PublishShareV.h 322 B

123456789101112131415161718
  1. //
  2. // PublishShareV.h
  3. // YBVideo
  4. //
  5. // Created by YunBao on 2018/6/25.
  6. // Copyright © 2018年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void (^PublishShareBlock)(NSString *type);
  10. @interface PublishShareV : UIView
  11. /** 分享回调 */
  12. @property(nonatomic,copy)PublishShareBlock shareEvent;
  13. @end