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