LKS_ExportManager.h 250 B

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