8#ifndef ITsplParamLine_h
9#define ITsplParamLine_h
11@protocol ITsplParamLine <NSObject>
14@property (nonatomic, strong) NSString *prefix;
15@property (nonatomic, strong) NSString *suffix;
16@property (nonatomic, strong) NSMutableArray *parameters;
18- (NSString *)description;