cdts/xdts-ios 3/TreeHole/Code/AppDelegate.h

19 lines
395 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// AppDelegate.h
// AppScaffold
//
// Created by 谢培艺 on 2020/3/14.
// Copyright © 2020 ko1o. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <GTSDK/GeTuiSdk.h> // GetuiSdk头文件
@interface AppDelegate : UIResponder <UIApplicationDelegate, GeTuiSdkDelegate>
@property (strong, nonatomic) UIWindow * window;
@property (copy, nonatomic) NSData * deviceToken;
@end