10 lines
291 B
Objective-C
10 lines
291 B
Objective-C
// Copyright © 2018 650 Industries. All rights reserved.
|
|
|
|
#import <UMCore/UMExportedModule.h>
|
|
#import <UMCore/UMAppLifecycleListener.h>
|
|
#import <UMCore/UMModuleRegistryConsumer.h>
|
|
|
|
@interface EXSplashScreenModule : UMExportedModule <UMModuleRegistryConsumer, UMAppLifecycleListener>
|
|
|
|
@end
|