// // PrivateLetterTableViewCell.h // BuguLive // // Created by fanwe2014 on 16/6/23. // Copyright © 2016年 xfg. All rights reserved. // #import @interface PrivateLetterTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *imgView; @property (weak, nonatomic) IBOutlet UILabel *noticeLabel; @property (weak, nonatomic) IBOutlet UILabel *contentLabel; @property (weak, nonatomic) IBOutlet UILabel *timeLabel; @end