EditVC.h 236 B

1234567891011121314
  1. //
  2. // EditVC.h
  3. // YBVideo
  4. //
  5. // Created by YunBao on 2018/6/14.
  6. // Copyright © 2018年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void(^editEvent)(NSString *type);
  10. @interface EditVC : YBBaseViewController
  11. @end