| 12345678910111213141516171819 |
- //
- // YBVideoMusicView.h
- // YBVideo
- //
- // Created by zqm on 16/5/4.
- // Copyright © 2016年 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef void (^MusicPathBlock)(NSString *event,NSString *musicID);
- @interface YBVideoMusicView : YBBaseViewController
- @property(nonatomic,copy)MusicPathBlock pathEvent;
- @property(nonatomic,strong)NSString *fromWhere;
- @end
|