CycleScrollViewPlus.m 351 B

1234567891011121314151617181920
  1. //
  2. // CycleScrollViewPlus.m
  3. // iShop
  4. //
  5. // Created by Rui Zhang on 1/9/24.
  6. //
  7. #import "CycleScrollViewPlus.h"
  8. @implementation CycleScrollViewPlus
  9. /*
  10. // Only override drawRect: if you perform custom drawing.
  11. // An empty implementation adversely affects performance during animation.
  12. - (void)drawRect:(CGRect)rect {
  13. // Drawing code
  14. }
  15. */
  16. @end