HomeHotAlbumCell.h 303 B

12345678910111213141516171819
  1. //
  2. // HomeHotAlbumCell.h
  3. // KulexiuForStudent
  4. //
  5. // Created by 王智 on 2022/4/22.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "HomeAlbumModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HomeHotAlbumCell : UICollectionViewCell
  11. - (void)configWithAlbumModel:(HomeAlbumModel *)model;
  12. @end
  13. NS_ASSUME_NONNULL_END