RQHeadImageView.h 415 B

123456789101112131415161718
  1. //
  2. // RQHeadImageView.h
  3. // YJZS
  4. //
  5. // Created by 张嵘 on 2022/2/24.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import <HWPanModal/HWPanModalIndicatorProtocol.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQHeadImageView : UIView <HWPanModalIndicatorProtocol>
  11. @property (nonatomic, readonly, strong) UIButton *locationBtn;
  12. @property (nonatomic, readwrite, assign) BOOL isCustomIndicatorViewClickEnable;
  13. @end
  14. NS_ASSUME_NONNULL_END