EonaCat-Tools/EonaCatTools/AppDelegate.h

17 lines
359 B
C
Raw Permalink Normal View History

2018-12-19 20:42:46 +01:00
//
// 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