// // PrivateLetterTableViewCell.m // BuguLive // // Created by fanwe2014 on 16/6/23. // Copyright © 2016年 xfg. All rights reserved. // #import "PrivateLetterTableViewCell.h" @implementation PrivateLetterTableViewCell - (void)awakeFromNib { [super awakeFromNib]; } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end