|
1234567891011121314151617 |
- //
- // AppDelegate.h
- // lpr
- //
- // Created by baotim on 2018/10/26.
- // Copyright © 2018 lprSample. All rights reserved.
- //
-
- #import <UIKit/UIKit.h>
-
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
-
- @property (strong, nonatomic) UIWindow *window;
-
-
- @end
-
|