Files
yinmeng-ios/xplan-ios/Main/Home/View/XPHomeLivesViewController.h
2022-08-08 11:18:05 +08:00

21 lines
400 B
Objective-C

//
// XPHomeLivesViewController.h
// xplan-ios
//
// Created by GreenLand on 2022/7/15.
//
#import "MvpViewController.h"
#import <JXCategoryView/JXCategoryListContainerView.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPHomeLivesViewController : MvpViewController<JXCategoryListContentViewDelegate>
///是否非tabbar上的
@property (nonatomic, assign) BOOL noTabbarVc;
@end
NS_ASSUME_NONNULL_END