123456789101112131415161718 |
- //
- // MyTDTopicCellView.h
- // smartRhino
- //
- // Created by tederen on 2019/10/31.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @class MyTDTopicModel;
- @interface MyTDTopicCellView : UIView
- - (void)loadTopicData:(MyTDTopicModel *)model;
- @end
- NS_ASSUME_NONNULL_END
|