// Copyright 2015-present 650 Industries. All rights reserved.

#import <UIKit/UIKit.h>

@protocol EXUtilitiesInterface

- (nullable NSDictionary *)launchOptions;

- (UIViewController *)currentViewController;

@end
