UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
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
11@protocol ITsplParamLine <NSObject>
12
13@required
14@property (nonatomic, strong) NSString *prefix;
15@property (nonatomic, strong) NSString *suffix;
16@property (nonatomic, strong) NSMutableArray *parameters;
17
18- (NSString *)description;
19
20@end
21#endif /* ITsplParamLine_h */