@class NSString, FTTextToSpeechResponseDevData; @interface FTMutableFinalTextToSpeechStreamingResponse : FTFinalTextToSpeechStreamingResponse @property (copy, nonatomic) NSString *speech_id; @property (copy, nonatomic) NSString *session_id; @property (nonatomic) int error_code; @property (copy, nonatomic) NSString *error_str; @property (copy, nonatomic) NSString *stream_id; @property (nonatomic) int total_pkt_number; @property (copy, nonatomic) FTTextToSpeechResponseDevData *dev_data; - (id)init; - (id)copyWithZone:(struct _NSZone { } *)a0; @end