AppDelegate.h 216 B

123456789101112
  1. //
  2. // AppDelegate.h
  3. //
  4. // Created by Mohd Iftekhar Qurashi on 01/07/13.
  5. #import <UIKit/UIKit.h>
  6. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  7. @property (strong, nonatomic) UIWindow *window;
  8. @end