Files
mobile/ios/StandardNotes/AppDelegate.h
2018-10-19 17:07:14 -05:00

8 lines
141 B
Objective-C

#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, strong) UIWindow *window;
@end