Files
yinmeng-ios/xplan-ios/Main/Home/View/XPHomeLittleGameViewController.h
2022-04-01 15:01:35 +08:00

17 lines
333 B
Objective-C

//
// XPHomeLittleGameViewController.h
// xplan-ios
//
// Created by 冯硕 on 2022/3/24.
//
#import "MvpViewController.h"
#import <JXCategoryView/JXCategoryListContainerView.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPHomeLittleGameViewController : MvpViewController<JXCategoryListContentViewDelegate>
@end
NS_ASSUME_NONNULL_END