Files
keyboard/keyBoard/Class/Home/VC/HomeRankContentVC.h
2025-11-06 19:19:12 +08:00

19 lines
338 B
Objective-C

//
// HomeRankContentVC.h
// keyBoard
//
// Created by Mac on 2025/11/6.
//
#import <UIKit/UIKit.h>
#import "JXCategoryListContainerView.h"
NS_ASSUME_NONNULL_BEGIN
@interface HomeRankContentVC : UIViewController<JXCategoryListContentViewDelegate>
@property (nonatomic, strong) BaseTableView *tableView;
@end
NS_ASSUME_NONNULL_END