提交
This commit is contained in:
17
QXLive/Dynamic(语圈)/Controller/QXFindViewController.h
Normal file
17
QXLive/Dynamic(语圈)/Controller/QXFindViewController.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// QXFindViewController.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/5/27.
|
||||
//
|
||||
|
||||
#import "QXBaseViewController.h"
|
||||
#import "JXCategoryView.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXFindViewController : QXBaseViewController<JXCategoryListContentViewDelegate>
|
||||
@property (strong, nonatomic) UITableView *tableView;
|
||||
-(void)getTopicList;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user