AJPushSDK.h 586 B

12345678910111213141516171819
  1. //
  2. // AJPushSDK.h
  3. // AJPushSDK
  4. //
  5. // Created by Black on 2021/2/2.
  6. // Copyright © 2018 anji-plus 安吉加加信息技术有限公司 http://www.anji-plus.com. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. //! Project version number for AJPushSDK.
  10. FOUNDATION_EXPORT double AJPushSDKVersionNumber;
  11. //! Project version string for AJPushSDK.
  12. FOUNDATION_EXPORT const unsigned char AJPushSDKVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <AJPushSDK/PublicHeader.h>
  14. #import "AJPushService.h"