UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
ITsplParamLine.h
1//
2// ITsplParamLine.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/9.
6//
7
8#ifndef ITsplParamLine_h
9#define ITsplParamLine_h
10
13@protocol ITsplParamLine <NSObject>
14
15@required
16@property (nonatomic, strong) NSString *prefix;
17@property (nonatomic, strong) NSString *suffix;
18@property (nonatomic, strong) NSMutableArray *parameters;
19
20- (NSString *)description;
21
22@end
23
26#endif /* ITsplParamLine_h */