EonaCat-Tools/EonaCatTools/AppDelegate.h

17 lines
359 B
Objective-C

//
// AppDelegate.h
// Created by EonaCat
// Copyright 2013 EonaCat. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
#define Delegate ((AppDelegate *)[[UIApplication sharedApplication] delegate])
@property (strong, nonatomic) UIWindow *window;
@property (nonatomic, assign) BOOL iPad;
@end