UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
IResidentFonts.h
1//
2// IResidentFonts.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef IResidentFonts_h
9#define IResidentFonts_h
10
11#import <Foundation/Foundation.h>
12
15@protocol IResidentFonts <NSObject>
16@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *fontNamesTable;
17@end
18
19#endif /* IResidentFonts_h */
20