2023-07-27 09:20:00 +08:00
|
|
|
//
|
|
|
|
|
// EditProfileViewController.h
|
|
|
|
|
// Youth
|
|
|
|
|
//
|
|
|
|
|
// Created by mambaxie on 2022/1/2.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#import "MTCommonListTableViewController.h"
|
|
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
|
|
|
|
@interface EditProfileViewController : MTCommonListTableViewController
|
2023-07-27 18:25:18 +08:00
|
|
|
@property (nonatomic, assign) bool isShowSexTip;
|
2023-07-27 09:20:00 +08:00
|
|
|
@end
|
|
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|