mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-06-16 09:53:54 +08:00
13 lines
216 B
Objective-C
Executable File
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
|