UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
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>
14@protocol IResidentFonts <NSObject>
15@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *fontNamesTable;
16@end
17
18#endif /* IResidentFonts_h */
19