SKMineViewController+baby.h 484 B

1234567891011121314151617181920
  1. //
  2. // SKMineViewController+baby.h
  3. // Overseas Watch
  4. //
  5. // Created by 刘振兴 on 2024/1/19.
  6. // Copyright © 2024 BaH Cy. All rights reserved.
  7. //
  8. #import "SKMineViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface SKMineViewController (baby)
  11. - (UITableViewCell *)babyTableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;
  12. - (void)babyTableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;
  13. @end
  14. NS_ASSUME_NONNULL_END