UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
IText.h
1//
2// IText.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef IText_h
9#define IText_h
10
11// IText.h
12#import <Foundation/Foundation.h>
13
14#import <UniPRT/ITextSettings.h>
15#import <UniPRT/ITextItem.h>
16
28@protocol IText <ITextSettings>
29
40@property (nonatomic, strong) NSArray<id<ITextItem>> *text;
41
52- (NSString *)description;
53@end
54
55#endif /* IText_h */