mirror of
https://github.com/HackPlan/IQKeyboardManager.git
synced 2026-06-16 18:20:03 +08:00
19 lines
296 B
Objective-C
Executable File
19 lines
296 B
Objective-C
Executable File
//
|
|
// AppDelegate.m
|
|
//
|
|
// Created by Mohd Iftekhar Qurashi on 01/07/13.
|
|
|
|
|
|
#import "AppDelegate.h"
|
|
|
|
@implementation AppDelegate
|
|
|
|
@synthesize window = _window;
|
|
|
|
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
|
{
|
|
return YES;
|
|
}
|
|
|
|
@end
|