amnezia-client/client/platforms/ios/QtAppDelegate.h
2024-10-08 21:33:36 +07:00

8 lines
147 B
Objective-C

#if !MACOS_NE
#import <UIKit/UIKit.h>
#endif
@interface QIOSApplicationDelegate
@end
@interface QIOSApplicationDelegate (AmneziaVPNDelegate)
@end