Files
yuyin_ios/SweetParty/主类/Mine/爵位/DLJueweiVC.h

22 lines
395 B
C
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
//
// DLJueweiVC.h
// SweetParty
//
// Created by bj_szd on 2023/6/28.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface DLJueweiVC : BaseViewController <JXCategoryListContentViewDelegate>
@property (nonatomic, copy) NSString *lid;
@property (assign, nonatomic) NSInteger index;
@property (weak, nonatomic) IBOutlet UIImageView *titleImg;
@end
NS_ASSUME_NONNULL_END