// // ClickOKCell.h // smartRhino // // Created by tederen on 2019/10/26. // Copyright © 2019 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN /// 点赞cell @interface ClickOKCell : UITableViewCell @property (weak, nonatomic) IBOutlet YYAnimatedImageView *iconImage; @property (weak, nonatomic) IBOutlet UILabel *zanNameLB; @property (weak, nonatomic) IBOutlet UILabel *zanTextLB; @property (weak, nonatomic) IBOutlet UILabel *zanTimeLB; @end NS_ASSUME_NONNULL_END