Files
yinmeng-ios/xplan-ios/Main/Home/View/XPHomePartyContainerViewController.h
2022-03-04 19:54:17 +08:00

17 lines
396 B
Objective-C

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