8#ifndef ITsplParamLine_h
9#define ITsplParamLine_h
11@protocol ITsplParamLine <NSObject>
14@property (nonatomic, strong) NSString *
prefix;
15@property (nonatomic, strong) NSString *
suffix;
NSString * suffix
定义 ITsplParamLine.h:15
NSString * prefix
定义 ITsplParamLine.h:14
NSMutableArray * parameters
定义 ITsplParamLine.h:16