11 lines
283 B
C
11 lines
283 B
C
![]() |
// Copyright 2015-present 650 Industries. All rights reserved.
|
||
|
|
||
|
#import <UMCore/UMExportedModule.h>
|
||
|
#import <UMCore/UMModuleRegistryConsumer.h>
|
||
|
|
||
|
@interface EXFontLoader : UMExportedModule <UMModuleRegistryConsumer>
|
||
|
|
||
|
- (instancetype)initWithFontFamilyPrefix:(NSString *)prefix;
|
||
|
|
||
|
@end
|