mirror of
https://github.com/wu736139669/jingdongkaipule.git
synced 2026-08-05 05:55:19 +00:00
21 lines
539 B
Objective-C
Executable File
21 lines
539 B
Objective-C
Executable File
//
|
|
// JDKeplerSDK.h
|
|
// JDKeplerSDK
|
|
//
|
|
// Created by JD.K on 16/3/15.
|
|
// Copyright © 2016年 JD.K. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for JDKeplerSDK.
|
|
FOUNDATION_EXPORT double JDKeplerSDKVersionNumber;
|
|
|
|
//! Project version string for JDKeplerSDK.
|
|
FOUNDATION_EXPORT const unsigned char JDKeplerSDKVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <JDKeplerSDK/PublicHeader.h>
|
|
#import<JDKeplerSDK/KeplerApiManager.h>
|
|
|
|
|