// Objective-C API for talking to game_shield_mobile Go package. // gobind -lang=objc game_shield_mobile // // File is generated by gobind. Do not edit. #ifndef __Xqdsdk_H__ #define __Xqdsdk_H__ @import Foundation; #include "ref.h" #include "Universe.objc.h" @class XqdsdkXqdsdk; @interface XqdsdkXqdsdk : NSObject { } @property(strong, readonly) _Nonnull id _ref; - (nonnull instancetype)initWithRef:(_Nonnull id)ref; /** * NewXqdsdk 获取版本 */ - (nullable instancetype)init; /** * StartSDK 启动 SDK */ - (long)startSDK:(NSString* _Nullable)appkey; @end /** * NewXqdsdk 获取版本 */ FOUNDATION_EXPORT XqdsdkXqdsdk* _Nullable XqdsdkNewXqdsdk(void); #endif