Guest User

Untitled

a guest
Jan 16th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. //
  2. // AppDelegate.h
  3. // TestMethod
  4. //
  5. // Created by 柯磊 on 2019/1/2.
  6. // Copyright © 2019 AMonster. All rights reserved.
  7. //
  8.  
  9. #import <UIKit/UIKit.h>
  10.  
  11. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  12.  
  13. @property (strong, nonatomic) UIWindow *window;
  14.  
  15.  
  16. @end
Add Comment
Please, Sign In to add comment