UIScrollView+Helper.h 257 B

123456789101112131415161718
  1. //
  2. // UIScrollView+Helper.h
  3. // Pods
  4. //
  5. // Created by heath wang on 2019/10/15.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface UIScrollView (Helper)
  10. @property (nonatomic, assign, readonly) BOOL isScrolling;
  11. @end
  12. NS_ASSUME_NONNULL_END