12345678910111213141516171819 |
- //
- // HomeHotAlbumCell.h
- // KulexiuForStudent
- //
- // Created by 王智 on 2022/4/22.
- //
- #import <UIKit/UIKit.h>
- #import "HomeAlbumModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface HomeHotAlbumCell : UICollectionViewCell
- - (void)configWithAlbumModel:(HomeAlbumModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|