#import <Foundation/Foundation.h>

@interface UiUtilities : NSObject

+ (UIViewController *)activeRootViewController;

@end
