@class NSString, NSMutableArray, NSData; @interface WFREPBRunRequestResponse : PBCodable @property (retain, nonatomic) NSString *runRequestIdentifier; @property (retain, nonatomic) NSMutableArray *variablesDatas; @property (retain, nonatomic) NSMutableArray *outputDatas; @property (readonly, nonatomic) BOOL hasErrorData; @property (retain, nonatomic) NSData *errorData; + (Class)outputDataType; + (Class)variablesDataType; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)addOutputData:(id)a0; - (void)addVariablesData:(id)a0; - (void)clearOutputDatas; - (void)clearVariablesDatas; - (id)outputDataAtIndex:(unsigned long long)a0; - (unsigned long long)outputDatasCount; - (id)variablesDataAtIndex:(unsigned long long)a0; - (unsigned long long)variablesDatasCount; @end