热更新demo

contentTextCell.h 351B

    // // contentTextCell.h // ThePaperDemo // // Created by scar1900 on 14/11/5. // Copyright (c) 2014年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @interface contentTextCell : UITableViewCell @property(nonatomic, strong)NSAttributedString *text; @property(nonatomic, assign)CGFloat textHeight; - (void)setAutoLayoutSubviews; @end