// // UserCell.h // Youth // // Created by mambaxie on 2022/1/2. // #import "PYTableViewController.h" NS_ASSUME_NONNULL_BEGIN @interface UserCell : PYTableCell @end NS_ASSUME_NONNULL_END