DetailSlideImageCell.h 300 B

12345678910111213141516
  1. //
  2. // DetailImageCell.h
  3. // iShop
  4. //
  5. // Created by Rui Zhang on 1/11/24.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "CycleScrollViewPlus.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface DetailSlideImageCell : UITableViewCell
  11. @property (strong, nonatomic) CycleScrollViewPlus *imgScroll;
  12. @end
  13. NS_ASSUME_NONNULL_END