UIWindow+Addtions.h 244 B

12345678910111213141516
  1. //
  2. // UIWindow+Addtions.h
  3. // HairKoK
  4. //
  5. // Created by Jason Lee on 10/18/15.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIWindow (Addtions)
  10. - (void)setRootViewController:(UIViewController *)rootViewController animated:(BOOL)animated;
  11. @end