NoticeTableViewCell.h 387 Bytes
//
//  NoticeTableViewCell.h
//  SCIOLiveCN
//
//  Created by huayu on 16/6/22.
//  Copyright © 2016年 huayu. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface NoticeTableViewCell : UITableViewCell
@property(strong, nonatomic) UILabel *titleLabel;
@property(strong, nonatomic) UILabel *timeLabel;
@property(strong, nonatomic) UILabel *tagsLabel;
- (void)reSetTagFrame;
@end