UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
IFontSettings.h
1//
2// IFontSettings.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef IFontSettings_h
9#define IFontSettings_h
10
11// IFontSettings.h
12#import <Foundation/Foundation.h>
13
14#import <UniPRT/IFont.h>
15#import <UniPRT/IFontStyle.h>
16#import <UniPRT/IFontSizeUnits.h>
17
40@protocol IFontSettings <IFont, IFontStyle, IFontSizeUnits>
41@end
42
43#endif /* IFontSettings_h */