ImageTrace.h 391 B

1234567891011121314151617181920212223242526
  1. //
  2. // ImageTrace.h
  3. // TBDecodeSDK
  4. //
  5. // Created by yinhai.tyh on 2020/10/15.
  6. // Copyright © 2020 Alipay. All rights reserved.
  7. //
  8. #ifndef ImageTrace_h
  9. #define ImageTrace_h
  10. @interface APImageTrace : NSObject
  11. + (BOOL)checkIfSystemFreeSizeIsEnoughForImageTrace;
  12. + (BOOL)isTraceImageOn;
  13. + (void)setConfig;
  14. + (bool)pushTraceImage:(NSData *)imageData;
  15. @end
  16. #endif /* ImageTrace_h */