12345678910111213141516171819 |
- //
- // HomeHotStyleCell.h
- // KulexiuForStudent
- //
- // Created by 王智 on 2022/8/30.
- //
- #import <UIKit/UIKit.h>
- #import "TeacherStyleModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface HomeHotStyleCell : UICollectionViewCell
- - (void)configWithSource:(TeacherStyleModel *)source;
- @end
- NS_ASSUME_NONNULL_END
|