PCSSDF-prefix-header.h 530 B

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // PCSSDF-prefix-header.h
  3. // sampleSDK
  4. //
  5. // Created by 王昭威 on 2023/1/17.
  6. //
  7. #ifndef PCSSDF_prefix_header_h
  8. #define PCSSDF_prefix_header_h
  9. //#ifdef __cplusplus
  10. // #import <opencv2/opencv.hpp>
  11. //#endif
  12. #ifdef __OBJC__
  13. #import "PCSTools.h"
  14. #import "UIImage+name.h"
  15. #import "NSString+Localization.h"
  16. #import <Masonry/Masonry.h>
  17. #import "UIImage+ext.h"
  18. #import "PCSMotionManager.h"
  19. #import "PCSThemeColorManager.h"
  20. #import "UIView+JKAdd.h"
  21. #import "UIColor+JKAdd.h"
  22. #endif
  23. #endif /* PCSSDF_prefix_header_h */