11 lines
283 B
Objective-C
11 lines
283 B
Objective-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
|