mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
10 lines
268 B
Objective-C
10 lines
268 B
Objective-C
#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
|