Guest User

Untitled

a guest
Jul 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #import <UIKit/UIKit.h>
  2.  
  3. @interface NotesAppDelegate : NSObject <UIApplicationDelegate> {
  4. UIWindow *window;
  5. UITabBarController *tabBarController;
  6. }
  7.  
  8. @property (nonatomic, retain) IBOutlet UIWindow *window;
  9.  
  10. @end
Add Comment
Please, Sign In to add comment