// Copyright 2015-present 650 Industries. All rights reserved. #import <UIKit/UIKit.h> @protocol UMUtilitiesInterface - (nullable NSDictionary *)launchOptions; - (nullable UIViewController *)currentViewController; @end