LKS_TraceManager.h 347 B

12345678910111213141516171819202122232425
  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. @end
  15. #endif /* SHOULD_COMPILE_LOOKIN_SERVER */