// // Sound.h // IBOSS // // Created by guan hong hou on 15/11/23. // Copyright © 2015年 elongtian. All rights reserved. // #import @interface Sound : NSObject @property (strong,nonatomic) NSString *duration; @property (strong,nonatomic)NSString *soundPath; @end