ish/app/AppDelegate.h
2017-10-25 15:52:09 -07:00

17 lines
268 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;
@end
extern NSString *const ISHExitedNotification;