9 lines
185 B
C
9 lines
185 B
C
|
// Copyright 2019-present 650 Industries. All rights reserved.
|
||
|
|
||
|
#import <UMCore/UMExportedModule.h>
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
@interface EXApplication : UMExportedModule
|
||
|
|
||
|
@end
|