澎湃iPad上线版本

topicBannerCollectCell.h 447B

    // // topicBannerCollectCell.h // ThePaperBase // // Created by liyuan on 15/10/28. // Copyright (c) 2015年 scar1900. All rights reserved. // #import <UIKit/UIKit.h> @protocol topicBannerDelegate <NSObject> @optional -(void) gotoTopicInfo:(TopicInfoBO*) topicBo; @end @interface topicBannerCollectCell : UITableViewCell @property(nonatomic, strong)NSMutableArray *dataList; @property(nonatomic, weak)id<topicBannerDelegate> delegate; @end