22 lines
352 B
C
22 lines
352 B
C
|
|
//
|
||
|
|
// YBIBVideoTopBar.h
|
||
|
|
// YBImageBrowserDemo
|
||
|
|
//
|
||
|
|
// Created by 波儿菜 on 2019/7/11.
|
||
|
|
// Copyright © 2019 杨波. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
|
||
|
|
@interface YBIBVideoTopBar : UIView
|
||
|
|
|
||
|
|
@property (nonatomic, strong, readonly) UIButton *cancelButton;
|
||
|
|
|
||
|
|
+ (CGFloat)defaultHeight;
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|