no message
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "platform/ios/AppDelegateBridge.h"
|
||||
|
||||
|
||||
@interface dcocos_bridge : NSObject
|
||||
+ (dcocos_bridge *)instance;
|
||||
@@ -24,5 +22,5 @@
|
||||
- (float)getCocosPixelRatio;
|
||||
|
||||
+ (void)callS:(NSString *)funcName args:(NSString *)args;
|
||||
@property(nonatomic, readonly) AppDelegateBridge *appDelegateBridge;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user