10 lines
291 B
C
10 lines
291 B
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
|