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

#import <ExpoModulesCore/Platform.h>

@protocol EXUtilitiesInterface

- (nullable NSDictionary *)launchOptions;

- (nullable UIViewController *)currentViewController;

@end
