apple2ix/Apple2Mac/Apple2etvOS/AppDelegate.h

18 lines
288 B
C
Raw Normal View History

//
// 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