• This project
    • Loading...
  • Sign in

public_service / hwsdk_public_ios

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • hwsdk_public_ios
  • PoolSdk_Demo
  • Demo
  • HaiBaoJuheSDK.framework
  • Headers
  • GardenControl3.h
  • lizhihui's avatar
    更新190510版本 · fcd7dd2b
    fcd7dd2b
    lizhihui authored 2019-05-10 11:40:28 +0800
GardenControl3.h 178 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13

#import <Foundation/Foundation.h>

@interface GardenControl3 : NSObject


- (void)initGardenInstance;

- (void) GardenStartGo;

@property(strong) NSMutableArray* myarray;

@end