Files
amnezia-client/client/platforms/ios/QtAppDelegate.h
T

10 lines
268 B
Objective-C
Raw Normal View History

2022-07-11 16:08:57 +06:00
#import <UIKit/UIKit.h>
#import "QtAppDelegate-C-Interface.h"
#include "ui/pages_logic/StartPageLogic.h"
@interface QtAppDelegate : UIResponder <UIApplicationDelegate>
+(QtAppDelegate *)sharedQtAppDelegate;
@property (nonatomic) StartPageLogic* startPageLogic;
@end