// // FollowHeaderCell.h // ThePaperBase // // Created by Huixin on 15/9/6. // Copyright (c) 2015年 scar1900. All rights reserved. // #import @interface followHeaderCell : UITableViewCell @property(nonatomic, strong)trackerInfoBO *trackerBO; @end