fix
This commit is contained in:
21
keyBoard/Class/Shop/VC/KBShopItemVC.h
Normal file
21
keyBoard/Class/Shop/VC/KBShopItemVC.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// KBShopItemVC.h
|
||||
// keyBoard
|
||||
//
|
||||
// Created by Mac on 2025/11/9.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <JXPagingView/JXPagerView.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBShopItemVC : UIViewController<JXPagerViewListViewDelegate>
|
||||
@property (nonatomic, strong) UITableView *tableView;
|
||||
@property (nonatomic, strong) NSMutableArray <NSString *> *dataSource;
|
||||
@property (nonatomic, assign) BOOL isNeedFooter;
|
||||
@property (nonatomic, assign) BOOL isNeedHeader;
|
||||
@property (nonatomic, assign) BOOL isHeaderRefreshed; //默认为YES
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user