YBVideoMusicView.h 377 B

12345678910111213141516171819
  1. //
  2. // YBVideoMusicView.h
  3. // YBVideo
  4. //
  5. // Created by zqm on 16/5/4.
  6. // Copyright © 2016年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void (^MusicPathBlock)(NSString *event,NSString *musicID);
  10. @interface YBVideoMusicView : YBBaseViewController
  11. @property(nonatomic,copy)MusicPathBlock pathEvent;
  12. @property(nonatomic,strong)NSString *fromWhere;
  13. @end