Fix adding config from bot

This commit is contained in:
Igor Sorokin 2024-02-29 08:36:56 +03:00
parent fe558163cc
commit f8b2cce618
3 changed files with 21 additions and 36 deletions

View file

@ -1,4 +1,7 @@
#import <UIKit/UIKit.h>
@interface QtAppDelegate : UIResponder <UIApplicationDelegate>
@interface QIOSApplicationDelegate
@end
@interface QIOSApplicationDelegate (AmneziaVPNDelegate)
@end