LKS_TraceManager.h 384 B

123456789101112131415161718192021222324252627
  1. #ifdef SHOULD_COMPILE_LOOKIN_SERVER
  2. //
  3. // LKS_TraceManager.h
  4. // LookinServer
  5. //
  6. // Created by Li Kai on 2019/5/5.
  7. // https://lookin.work
  8. //
  9. #import <Foundation/Foundation.h>
  10. @class LookinIvarTrace;
  11. @interface LKS_TraceManager : NSObject
  12. + (instancetype)sharedInstance;
  13. - (void)reload;
  14. - (void)addSearchTarger:(id)target;
  15. @end
  16. #endif /* SHOULD_COMPILE_LOOKIN_SERVER */