热更新demo

otherPersonTopicCell.h 316B

    // // otherPersonTopicCell.h // ThePaperBase // // Created by YoungLee on 15/9/1. // Copyright (c) 2015年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @interface otherPersonTopicCell : UITableViewCell @property(nonatomic, strong)TopicInfoBO *topic; @property(nonatomic, strong)userBO *user; @end