// // UIWindow+Addtions.h // HairKoK // // Created by Jason Lee on 10/18/15. // // #import <UIKit/UIKit.h> @interface UIWindow (Addtions) - (void)setRootViewController:(UIViewController *)rootViewController animated:(BOOL)animated; @end