// // strongRelateCountsView.h // ThePaperDemo // // Created by scar1900 on 14-9-22. // Copyright (c) 2014年 scar1900. All rights reserved. // #import @class strongRelateCountsCell; @protocol strongRelateCountsCellDeleGate - (void)clickLoadImageWithListCont:(listContObjectVO *)imageBo Cell:(strongRelateCountsCell *)cell; @end @interface strongRelateCountsCell : UITableViewCell @property(nonatomic, strong)listContObjectVO *listdataBO; @property(nonatomic, weak) id delegate; @property(nonatomic, strong) NSIndexPath *indexPath; @property(nonatomic, strong)UIButton *noImageButton; @end