房间相册模块
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user