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
此枚举支持成员值的按位操作。