YMHomeChildCollectCell.h 353 B

12345678910111213141516171819
  1. //
  2. // YMHomeChildCollectCell.h
  3. // MSYOUPAI
  4. //
  5. // Created by You on 2024/4/19.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMBaseCollectionViewCell.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YMHomeChildCollectCell : YMBaseCollectionViewCell
  11. - (void)ym_bindViewModel1:(YMHomePageListCellViewModel*)viewModel;
  12. @end
  13. NS_ASSUME_NONNULL_END