cocos-engine-external/ios/include/anysdk/CocosRuntimeDelegate.h

15 lines
292 B
Objective-C

#ifndef __CRT_SDK_DELEGATE_H
#define __CRT_SDK_DELEGATE_H
#import <Foundation/Foundation.h>
@protocol CocosRuntimeSDKDelegate <NSObject>
- (NSMutableArray*)getSupportForPlugins;
- (NSMutableDictionary*)getPluginParams;
- (NSString*)getDevelopInfo;
@end
#endif /* __CRT_SDK_DELEGATE_H */