apple2ix/Apple2Mac/Apple2etvOS/AppDelegate.h
2016-01-04 21:25:27 -08:00

18 lines
288 B
Objective-C

//
// AppDelegate.h
// Apple2etvOS
//
// Created by Jerome Vernet on 01/01/2016.
// Copyright © 2016 deadc0de.org. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end