// Copyright 2015-present 650 Industries. All rights reserved. #import #import @interface EXUtilService : UMSingletonModule - (nullable UIViewController *)currentViewController; - (nullable NSDictionary *)launchOptions; @end