热更新demo

authorAndTimeCell.h 271B

    // // authorAndTimeCell.h // ThePaperDemo // // Created by Scar on 14-9-18. // Copyright (c) 2014年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @interface authorAndTimeCell : UITableViewCell @property(nonatomic, strong)NSAttributedString *text; @end