// // CycleScrollViewPlus.m // iShop // // Created by Rui Zhang on 1/9/24. // #import "CycleScrollViewPlus.h" @implementation CycleScrollViewPlus /* // Only override drawRect: if you perform custom drawing. // An empty implementation adversely affects performance during animation. - (void)drawRect:(CGRect)rect { // Drawing code } */ @end