mirror of
https://github.com/standardnotes/mobile.git
synced 2026-01-27 00:59:21 -05:00
8 lines
141 B
Objective-C
8 lines
141 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
|
|
@end
|