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