YYAppDelegate.h 382 B

12345678910111213141516
  1. //
  2. // AppDelegate.h
  3. // YYKitExample
  4. //
  5. // Created by ibireme on 14-9-18.
  6. // Copyright (c) 2014 ibireme. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YYRootViewController.h"
  10. @interface YYAppDelegate : UIResponder <UIApplicationDelegate>
  11. @property (strong, nonatomic) UIWindow *window;
  12. @property (nonatomic, strong) UINavigationController *rootViewController;
  13. @end