parent
6edba8c6e7
commit
403b3db7be
@ -0,0 +1,22 @@ |
||||
{ |
||||
"name": "cocos_view_pod", |
||||
"version": "0.1.0", |
||||
"summary": "A short description of cocos_view_pod.", |
||||
"description": "TODO: Add long description of the pod here.", |
||||
"homepage": "https://github.com/gem/cocos_view_pod", |
||||
"license": { |
||||
"type": "MIT", |
||||
"file": "LICENSE" |
||||
}, |
||||
"authors": { |
||||
"gem": "cc@gmail2.com" |
||||
}, |
||||
"source": { |
||||
"git": "https://github.com/gem/cocos_view_pod.git", |
||||
"tag": "0.1.0" |
||||
}, |
||||
"platforms": { |
||||
"ios": "10.0" |
||||
}, |
||||
"source_files": "cocos_view_pod/Classes/**/*" |
||||
} |
@ -0,0 +1,28 @@ |
||||
//
|
||||
// dcocos_bridge.h
|
||||
// dcocos_bridge
|
||||
//
|
||||
// Created by gem on 29/8/2024.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h> |
||||
#import <UIKit/UIKit.h> |
||||
#import "platform/ios/AppDelegateBridge.h" |
||||
|
||||
|
||||
@interface dcocos_bridge : NSObject |
||||
+ (dcocos_bridge *)instance; |
||||
|
||||
- (void)initPlatform; |
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions; |
||||
- (void)applicationWillResignActive:(UIApplication *)application; |
||||
- (void)applicationDidBecomeActive:(UIApplication *)application; |
||||
- (void)applicationWillTerminate:(UIApplication *)application; |
||||
- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator; |
||||
- (UIView*)getCocosView; |
||||
- (void)setCocosView:(UIView*)view; |
||||
- (float)getCocosPixelRatio; |
||||
|
||||
+ (void)callS:(NSString *)funcName args:(NSString *)args; |
||||
@property(nonatomic, readonly) AppDelegateBridge *appDelegateBridge; |
||||
@end |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue