NoPictureTableViewCell.h
445 Bytes
//
// NoPictureTableViewCell.h
// SCIOLiveCN
//
// Created by huayu on 17/3/10.
// Copyright © 2017年 huayu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NoPictureTableViewCell : UITableViewCell
@property(strong, nonatomic) UIView *backGroundView;
@property(strong, nonatomic) UILabel *titleLabel;
@property(strong, nonatomic) UILabel *timeLabel;
@property(strong, nonatomic) UILabel *tagsLabel;
- (void)reSetTagFrame;@end