热更新demo

commentCell.h 265B

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