动态页面
This commit is contained in:
@@ -76,6 +76,8 @@
|
||||
#import "XPRoomYearActivityView.h"
|
||||
#import "XPUpgradeView.h"
|
||||
#import "XPNewHomeViewController.h"
|
||||
#import "XPNewMomentsViewController.h"
|
||||
#import "XPPartyViewController.h"
|
||||
///Present
|
||||
#import "MainPresenter.h"
|
||||
#import "MainProtocol.h"
|
||||
@@ -522,10 +524,11 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
#endif
|
||||
msg = [[SessionListViewController alloc] init];
|
||||
me = [[XPMineViewController alloc] init];
|
||||
party = [[BaseViewController alloc]init];
|
||||
party = [[XPPartyViewController alloc]init];
|
||||
// home = [[XPHomeViewController alloc] init];
|
||||
home = [[XPNewHomeViewController alloc] init];
|
||||
monents = [[XPMonentsViewController alloc] init];
|
||||
// monents = [[XPMonentsViewController alloc] init];
|
||||
monents = [[XPNewMomentsViewController alloc] init];
|
||||
} else {
|
||||
party = [[BaseViewController alloc]init];
|
||||
msg = [[SessionListViewController alloc]init];
|
||||
|
Reference in New Issue
Block a user