ish/app/AppDelegate.h
2019-05-05 09:21:13 -07:00

18 lines
289 B
Objective-C

//
// AppDelegate.h
// iSH
//
// Created by Theodore Dubois on 10/17/17.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
- (void)exitApp;
@end
extern NSString *const ProcessExitedNotification;