房间相册模块

This commit is contained in:
liyuhua
2023-10-17 18:30:14 +08:00
parent 2f5232a7ec
commit 63492e37cf
66 changed files with 1598 additions and 146 deletions

View File

@@ -39,6 +39,7 @@
#import "XPPrivacyViewController.h"
#import "XPMineLoginPasswordViewController.h"
#import "XPMineBlackListViewController.h"
#import "XPMaskManagerVC.h"
///VC
#import "XPWebViewController.h"
#import "XPLoginVerifBindPhoneViewController.h"
@@ -215,6 +216,12 @@
}
}
break;
case XPMineSettingItemType_Shield_management:
{
XPMaskManagerVC *vc = [XPMaskManagerVC new];
[self.navigationController pushViewController:vc animated:YES];
break;
}
default:
break;
}