YBIBVideoTopBar.h 352 B

123456789101112131415161718192021
  1. //
  2. // YBIBVideoTopBar.h
  3. // YBImageBrowserDemo
  4. //
  5. // Created by 波儿菜 on 2019/7/11.
  6. // Copyright © 2019 杨波. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YBIBVideoTopBar : UIView
  11. @property (nonatomic, strong, readonly) UIButton *cancelButton;
  12. + (CGFloat)defaultHeight;
  13. @end
  14. NS_ASSUME_NONNULL_END