UniPRT SDK
v1.0.0.0
載入中...
搜尋中...
無符合項目
IFontStyle.h
1
//
2
// IFontStyle.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/8.
6
//
7
8
#ifndef IFontStyle_h
9
#define IFontStyle_h
10
11
// IFontStyle.h
12
#import <Foundation/Foundation.h>
13
#import <UniPRT/FontStyleEnum.h>
14
17
@protocol
IFontStyle <NSObject>
18
@property
(nonatomic, assign)
FontStyleEnum
fontStyle;
19
@end
20
21
22
#endif
/* IFontStyle_h */
23
FontStyleEnum
此枚舉支持成員值的按位操作。
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IFont
IFontStyle.h
產生者:
1.10.0