萤石云 iOSSDK,移植跨平台相关工程
Davin
2023-07-27 48c5a2c66c549d26fecadc6d2dad1924fdd1cc8b
EZSDK/EZSDK/EZ/Base/HDLEZTopBarView.h
@@ -11,11 +11,13 @@
@interface HDLEZTopBarView : UIView
@property (nonatomic, strong) UIButton      *backButton;//返回按钮
@property (nonatomic, strong) UIButton      *rightButton;//右边按钮
@property (nonatomic, strong) HDLEZButton      *leftButton;//左边按钮
@property (nonatomic, strong) HDLEZButton      *backButton;//返回按钮
@property (nonatomic, strong) HDLEZButton      *rightButton;//右边按钮
@property (nonatomic, strong) UILabel       *titleLabel;//标题
@property (nonatomic, strong) UIView       *bottomLine;//下划线
@property (nonatomic, copy)  NSString *rightBtnTitle;//右边按钮标题
@property (nonatomic, copy)  NSString *leftBtnTitle;//左边按钮标题
-(void)setTitle:(NSString *)title;