12345678910111213141516171819 |
- //
- // YMHomeChildCollectCell.h
- // MSYOUPAI
- //
- // Created by You on 2024/4/19.
- // Copyright © 2024 MS. All rights reserved.
- //
- #import "YMBaseCollectionViewCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YMHomeChildCollectCell : YMBaseCollectionViewCell
- - (void)ym_bindViewModel1:(YMHomePageListCellViewModel*)viewModel;
- @end
- NS_ASSUME_NONNULL_END
|