- //
- // RQPlaceListFooterView.h
- // JiaPei
- //
- // Created by 张嵘 on 2023/4/19.
- //
- #import "RQCommonHeaderView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQPlaceListFooterView : RQCommonHeaderView
- + (instancetype)headerViewWithTableView:(UITableView *)tableView;
- @end
- NS_ASSUME_NONNULL_END
|