Blame view
ios/GameSDKDemo/letsgameDemo/LSGAppDelegate.h
226 Bytes
bd0fbf81f
![]() |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
// // LSGAppDelegate.h // letsgameDemo // // Created by zhy on 14-5-24. // // #import <UIKit/UIKit.h> @interface LSGAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end |