ToolsBarView.h 412 B

1234567891011121314151617181920
  1. //
  2. // ToolsBarView.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2019/8/29.
  6. // Copyright © 2019 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "HWPanModal.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface ToolsBarView : UIView <HWPanModalIndicatorProtocol>
  12. @property (strong, readwrite, nonatomic) UIButton *listBtn;
  13. @property (strong, readwrite, nonatomic) UIButton *collectBtn;
  14. @end
  15. NS_ASSUME_NONNULL_END