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