Files
midi_ios/QXLive/Other/AppDelegate.h
2025-08-14 10:07:49 +08:00

20 lines
506 B
Objective-C

//
// 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