// // PersonalInfoController.h // AIIM // // Created by qitewei on 2025/4/29. // #import NS_ASSUME_NONNULL_BEGIN @interface PersonalInfoController : UIViewController @property (nonatomic,copy) void(^infoRefreshBlock)(void); @end NS_ASSUME_NONNULL_END