UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
IFontSize.h
1//
2// IFontSize.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef IFontSize_h
9#define IFontSize_h
10
11// IFontSize.h
12#import <Foundation/Foundation.h>
13#import <UniPRT/IPair.h>
14
37@protocol IFontSize <IPair>
38@end
39
40#endif /* IFontSize_h */