Files
yuyin_ios/SweetParty/主类/Mine/GongHui/SPGonghuiListVC.h

22 lines
392 B
C
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
//
// SPGonghuiListVC.h
// SweetParty
//
// Created by bj_szd on 2022/6/29.
//
#import "BaseTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface SPGonghuiListVC : BaseTableViewController <JXCategoryListContentViewDelegate>
//1总排行 2本周 3上周
@property (nonatomic, assign) NSInteger dateType;
@property (nonatomic, copy) NSString *keywords;
@end
NS_ASSUME_NONNULL_END