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