Files
IQKeyboardManager/Demo/Objective_C_Demo/AppDelegate.h
2015-08-22 12:27:19 +05:30

13 lines
216 B
Objective-C
Executable File

//
// AppDelegate.h
//
// Created by Mohd Iftekhar Qurashi on 01/07/13.
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end