- //
- // DetailImageCell.h
- // iShop
- //
- // Created by Rui Zhang on 1/11/24.
- //
- #import <UIKit/UIKit.h>
- #import "CycleScrollViewPlus.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface DetailSlideImageCell : UITableViewCell
- @property (strong, nonatomic) CycleScrollViewPlus *imgScroll;
- @end
- NS_ASSUME_NONNULL_END
|