Blame view
GameLoginSDK.framework/Headers/GameLoginSDK.h
565 Bytes
c80ffd587
![]() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
// // GameLoginSDK.h // GameLoginSDK // // Created by yanglele on 2019/5/21. // Copyright © 2019 yanglele. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for GameLoginSDK. FOUNDATION_EXPORT double GameLoginSDKVersionNumber; //! Project version string for GameLoginSDK. FOUNDATION_EXPORT const unsigned char GameLoginSDKVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import <GameLoginSDK/PublicHeader.h> #import "AFNetworking.h" #import "GPGameLoginSDK.h" |