Files

13 lines
214 B
C
Raw Permalink Normal View History

2026-03-03 13:56:44 +08:00
#import <UIKit/UIKit.h>
@class RootViewController;
@interface AppController : NSObject <UIApplicationDelegate> {
UIWindow *window;
}
@property(nonatomic, readonly) RootViewController* viewController;
@end