minivmac4ios/Mini vMac/AppDelegate.h

19 lines
320 B
C
Raw Normal View History

2016-04-27 20:52:28 +00:00
//
// 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;
2016-05-01 17:05:36 +00:00
+ (instancetype)sharedInstance;
2016-04-27 20:52:28 +00:00
@end