UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
IPglParamLine.h
1//
2// IPglParamLine.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/23.
6//
7
8#ifndef IPglParamLine_h
9#define IPglParamLine_h
10
13@protocol IPglParamLine <NSObject>
14
15@required
16@property (nonatomic, strong) NSString *prefix;
17@property (nonatomic, strong) NSString *suffix;
18@property (nonatomic, strong) NSMutableArray<NSString *> *parameters;
19
20- (NSString *)description;
21
22@end
23
26#endif /* IPglParamLine_h */
27