澎湃iPad上线版本
// // pushMsgCell.h // ThePaperHD // // Created by liyuan on 15/7/20. // Copyright (c) 2015年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @interface pushMsgCell : UITableViewCell @property(nonatomic, strong)letterBO *data; @end