UIScrollView+SPSBInitialization.h 448 B

1234567891011121314151617181920212223
  1. //
  2. // UIScrollView+SPSBInitialization.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/4/21.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface UIScrollView (SPSBInitialization)
  10. + (instancetype)scrollView;
  11. + (instancetype)convenienceWithBackgroundColor:(nullable UIColor *)color;
  12. @property bool spsb_shouldChangeTouchesShouldCancelInContentView;
  13. @property bool spsb_touchesShouldCancelInContentView;
  14. @end
  15. NS_ASSUME_NONNULL_END