LKS_ExportManager.h 331 B

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