HWPanIndicatorView.h 354 B

12345678910111213141516171819
  1. //
  2. // HWPanIndicatorView.h
  3. // HWPanModal
  4. //
  5. // Created by heath wang on 2019/5/16.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import <HWPanModal/HWPanModalIndicatorProtocol.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HWPanIndicatorView : UIView <HWPanModalIndicatorProtocol>
  11. @property (nonnull, nonatomic, strong) UIColor *indicatorColor;
  12. @end
  13. NS_ASSUME_NONNULL_END