修改UI
This commit is contained in:
18
keyBoard/Class/Home/VC/HomeRankContentVC.h
Normal file
18
keyBoard/Class/Home/VC/HomeRankContentVC.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user