提交
This commit is contained in:
19
QXLive/Other/AppDelegate.h
Normal file
19
QXLive/Other/AppDelegate.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/4/24.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "QXTabbarController.h"
|
||||
#import <TIMPush/TIMPushManager.h>
|
||||
#import <ImSDK_Plus/ImSDK_Plus.h>
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate,TIMPushListener,V2TIMConversationListener>
|
||||
|
||||
@property (nonatomic,strong)UIWindow *window;
|
||||
@property (nonatomic,assign)NSInteger allowRotate;
|
||||
@property (nonatomic,strong)QXTabbarController *tabbarVC;
|
||||
-(void)changeRootViewControllerIsTabbar;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user