17 lines
396 B
Objective-C
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
|