Files
my_yuyin/QXLive/Mine(音域)/Controller/我的背包/QXBackpackSubViewController.h
2025-09-22 18:48:29 +08:00

19 lines
397 B
Objective-C

//
// QXBackpackSubViewController.h
// QXLive
//
// Created by 启星 on 2025/5/16.
//
#import "QXBaseViewController.h"
#import "JXCategoryView.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXBackpackSubViewController : QXBaseViewController<JXCategoryListContentViewDelegate>
/// 0背包道具 1背包收入 2背包支出
@property (nonatomic,assign)NSInteger type;
@end
NS_ASSUME_NONNULL_END