minivmac4ios/Mini vMac/AppDelegate.h
Jesús A. Álvarez 71111a3318 Initial Commit
2016-04-27 22:52:28 +02:00

18 lines
288 B
Objective-C

//
// AppDelegate.h
// Mini vMac
//
// Created by Jesús A. Álvarez on 27/04/2016.
// Copyright © 2016 namedfork. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end