// // RQCommonFooterView.h // RQCommon // // Created by 张嵘 on 2018/11/27. // Copyright © 2018 张嵘. All rights reserved. // #import #import "RQReactiveViewProtocol.h" @interface RQCommonFooterView : UITableViewHeaderFooterView /// generate a footer + (instancetype)footerViewWithTableView:(UITableView *)tableView; @end