// // letterInfoContentCell.h // ThePaperHD // // Created by liyuan on 15/7/17. // Copyright (c) 2015年 scar1900. All rights reserved. // #import @interface letterInfoContentCell : UITableViewCell @property(nonatomic, strong) NSString *contentStr; @end