// // ReportViewController.h // Youth // // Created by mambaxie on 2022/1/2. // #import "PYBaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface ReportViewController : PYBaseViewController @property (nonatomic, strong) User *user; @end NS_ASSUME_NONNULL_END