YTXOperators.h 575 B

1234567891011121314151617181920
  1. //
  2. // YTXOperators.h
  3. // YTXOperators
  4. //
  5. // Created by yangli on 2020/11/9.
  6. // Copyright © 2020 com.alicom. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. //! Project version number for YTXOperators.
  10. FOUNDATION_EXPORT double YTXOperatorsVersionNumber;
  11. //! Project version string for YTXOperators.
  12. FOUNDATION_EXPORT const unsigned char YTXOperatorsVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <YTXOperators/PublicHeader.h>
  14. #import "YTXVendorService.h"
  15. #import "YTXNetUtils.h"