RQPlaceListFooterView.h 290 B

12345678910111213141516
  1. //
  2. // RQPlaceListFooterView.h
  3. // JiaPei
  4. //
  5. // Created by 张嵘 on 2023/4/19.
  6. //
  7. #import "RQCommonHeaderView.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQPlaceListFooterView : RQCommonHeaderView
  10. + (instancetype)headerViewWithTableView:(UITableView *)tableView;
  11. @end
  12. NS_ASSUME_NONNULL_END