add
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
#import "GiGaUserDefault.h"
|
||||
#import "GiGaUserManager.h"
|
||||
#import "AppVerionDescriptionVC.h"
|
||||
#import "GIGaAboutUsVC.h"
|
||||
#import "GiGaFeedBackViewController.h"
|
||||
|
||||
@interface GiSysSettingsVC ()
|
||||
|
||||
@@ -70,9 +72,11 @@
|
||||
|
||||
}];
|
||||
}else if (indexPath.row == 1){
|
||||
|
||||
GiGaFeedBackViewController *feedVC = [[GiGaFeedBackViewController alloc] init];
|
||||
[self.navigationController pushViewController:feedVC animated:YES];
|
||||
}else if (indexPath.row == 2){
|
||||
|
||||
GIGaAboutUsVC *usVC= [[GIGaAboutUsVC alloc] init];
|
||||
[self.navigationController pushViewController:usVC animated:YES];
|
||||
}else if (indexPath.row == 3){
|
||||
AppVerionDescriptionVC *verVC =[[AppVerionDescriptionVC alloc] init];
|
||||
[self.navigationController pushViewController:verVC animated:YES];
|
||||
|
||||
Reference in New Issue
Block a user