flutter京东SDK插件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
635 B

  1. //
  2. // JDKeplerSDK.h
  3. // JDKeplerSDK
  4. //
  5. // Created by JD.K on 16/3/15.
  6. // Copyright © 2016年 JD.K. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for JDKeplerSDK.
  10. FOUNDATION_EXPORT double JDKeplerSDKVersionNumber;
  11. //! Project version string for JDKeplerSDK.
  12. FOUNDATION_EXPORT const unsigned char JDKeplerSDKVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <JDKeplerSDK/PublicHeader.h>
  14. #import<JDSDK/KeplerApiManager.h> //打包SDK用这个
  15. //#import <JDKeplerSDK/KeplerApiManager.h> //依赖demo工程用这个