// // XPHomeContainerViewController.h // xplan-ios // // Created by 冯硕 on 2021/12/2. // #import "MvpViewController.h" #import NS_ASSUME_NONNULL_BEGIN @interface XPHomePartyContainerViewController : MvpViewController @property (nonatomic,assign) NSInteger defaultSelectedIndex; @end NS_ASSUME_NONNULL_END