1234567891011121314151617181920 |
- //
- // SKMineViewController+baby.h
- // Overseas Watch
- //
- // Created by 刘振兴 on 2024/1/19.
- // Copyright © 2024 BaH Cy. All rights reserved.
- //
- #import "SKMineViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface SKMineViewController (baby)
- - (UITableViewCell *)babyTableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath;
- - (void)babyTableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;
- @end
- NS_ASSUME_NONNULL_END
|