// // UserBackTableViewCell.h // ThePaperBase // // Created by zhousan on 15/8/14. // Copyright (c) 2015年 scar1900. All rights reserved. // #import //@protocol UserBackDelegate // //- (void)userBackBtnClick:(UIButton *)btn; // //@end @interface UserBackTableViewCell : UITableViewCell //@property (nonatomic, weak) id delegate; @end