// // XPPartyViewController.h // xplan-ios // // Created by XY on 2023/3/6. // #import "MvpViewController.h" NS_ASSUME_NONNULL_BEGIN @interface XPPartyViewController : MvpViewController @end NS_ASSUME_NONNULL_END