Guest User

Untitled

a guest
Jan 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. // MinecraftAppDelegate.h
  2.  
  3. #import <UIKit/UIKit.h>
  4.  
  5. @class MinecraftViewController;
  6.  
  7. @interface MinecraftAppDelegate : NSObject <UIApplicationDelegate>
  8.  
  9. @property (nonatomic, retain) IBOutlet UIWindow *window;
  10.  
  11. @property (nonatomic, retain) IBOutlet MinecraftViewController *viewController;
  12.  
  13. @end
Add Comment
Please, Sign In to add comment