AppDelegate.h 135 B

1234
  1. #import <UIKit/UIKit.h>
  2. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  3. @property(nonatomic,strong)UIWindow *window;
  4. @end