XGMTACloud.h 537 B

1234567891011121314151617181920
  1. //
  2. // XGMTACloud.h
  3. // XGMTACloud
  4. //
  5. // Created by uwei on 2019/7/4.
  6. // Copyright © 2019 TEG of Tencent. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for XGMTACloud.
  10. FOUNDATION_EXPORT double XGMTACloudVersionNumber;
  11. //! Project version string for XGMTACloud.
  12. FOUNDATION_EXPORT const unsigned char XGMTACloudVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <XGMTACloud/PublicHeader.h>
  14. #import "MTA.h"
  15. #import "MTAConfig.h"