LKS_TraceManager.h 266 B

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