12345678910111213141516171819 |
- //
- // HomeLiveCouseCell.h
- // KulexiuForStudent
- //
- // Created by 王智 on 2022/4/22.
- //
- #import <UIKit/UIKit.h>
- #import "HomeLiveGroupModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface HomeLiveCouseCell : UITableViewCell
- - (void)configWithSource:(HomeLiveGroupModel *)source;
- @end
- NS_ASSUME_NONNULL_END
|