// // EditVC.h // YBVideo // // Created by YunBao on 2018/6/14. // Copyright © 2018年 cat. All rights reserved. // #import typedef void(^editEvent)(NSString *type); @interface EditVC : YBBaseViewController @end