123456789101112131415161718 |
- //
- // RQHeadImageView.h
- // YJZS
- //
- // Created by 张嵘 on 2022/2/24.
- //
- #import <UIKit/UIKit.h>
- #import <HWPanModal/HWPanModalIndicatorProtocol.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHeadImageView : UIView <HWPanModalIndicatorProtocol>
- @property (nonatomic, readonly, strong) UIButton *locationBtn;
- @property (nonatomic, readwrite, assign) BOOL isCustomIndicatorViewClickEnable;
- @end
- NS_ASSUME_NONNULL_END
|