1234567891011121314151617181920 |
- //
- // ToolsBarView.h
- // jiaPei
- //
- // Created by 张嵘 on 2019/8/29.
- // Copyright © 2019 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "HWPanModal.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ToolsBarView : UIView <HWPanModalIndicatorProtocol>
- @property (strong, readwrite, nonatomic) UIButton *listBtn;
- @property (strong, readwrite, nonatomic) UIButton *collectBtn;
- @end
- NS_ASSUME_NONNULL_END
|