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

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