MGBaseKit.h 471 B

123456789101112131415161718192021222324
  1. //
  2. // MGBaseAPI.h
  3. // MGBaseAPI
  4. //
  5. // Created by megvii on 15/12/24.
  6. // Copyright © 2015Year megvii. All rights reserved.
  7. //
  8. #ifndef MGBaseAPI_h
  9. #define MGBaseAPI_h
  10. #import <MGBaseKit/LicenseManager.h>
  11. #import <MGBaseKit/MGVideoManager.h>
  12. #import <MGBaseKit/MGLicenseManager.h>
  13. #import <MGBaseKit/MGLogManager.h>
  14. #import <MGBaseKit/MGAutoSessionPreset.h>
  15. #import <MGBaseKit/MGBaseDefine.h>
  16. #import <MGBaseKit/MGImage.h>
  17. #import <MGBaseKit/MGAnimation.h>
  18. #endif