Logo white

GitLab

liangchengyou / wow_english

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wow_english
  • ios
  • Runner
  • Wowgame
  • WowGameClasses
  • WowGameCocosManager.h
  • Merge remote-tracking branch 'origin/feat-wqf-payment' into xiaoyu_cocossteve ...
    68a4c50a
    添加带参数打开游戏
    xiaoyu authored
    2024-04-23 23:08:18 +0800  
    Browse Code »
WowGameCocosManager.h 367 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
//
//  WowGameCocosManager.h
//  Runner
//
//  Created by xiaoyu on 2024/4/16.
//

#import <Foundation/Foundation.h>
#import "WowGameViewController.h"

@interface WowGameCocosManager : NSObject

@property(nonatomic) WowGameViewController *gameViewController;


+ (instancetype)sharedManager;
- (void)detoryCocosEnvironment;

- (void)runGame:(NSInteger)gameid;

@end