UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
IFont.h
1//
2// IFont.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef IFont_h
9#define IFont_h
10
11// IFont.h
12#import <Foundation/Foundation.h>
13
36@protocol IFont <NSObject>
37
54@property (nonatomic, strong) NSString *fontName;
55
56@end
57
58#endif /* IFont_h */