UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
IFontSizeUnits.h
1//
2// IFontSizeUnits.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef IFontSizeUnits_h
9#define IFontSizeUnits_h
10
11// IFontSizeUnits.h
12#import <Foundation/Foundation.h>
13#import <UniPRT/FontSizeUnitsEnum.h>
14
60@protocol IFontSizeUnits <NSObject>
61
62@property (nonatomic, assign) FontSizeUnitsEnum fontSizeUnits;
63
64@end
65
66#endif /* IFontSizeUnits_h */