| | |
| | | @interface searchTableViewCell : UITableViewCell |
| | | @property (weak, nonatomic) IBOutlet NSLayoutConstraint *imageW; |
| | | @property (weak, nonatomic) IBOutlet UILabel *SearchTabelViewTag; |
| | | @property (weak, nonatomic) IBOutlet UIImageView *searchTableViewCellImage; |
| | | @property (weak, nonatomic) IBOutlet YYAnimatedImageView *searchTableViewCellImage; |
| | | @property (weak, nonatomic) IBOutlet UILabel *searchTableViewCellTitle; |
| | | @property (weak, nonatomic) IBOutlet UILabel *searchTableViewCellWatchNUB; |
| | | @property (weak, nonatomic) IBOutlet UILabel *searchTableViewCellCommentNUB; |