22 lines
395 B
C
22 lines
395 B
C
|
|
//
|
||
|
|
// 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
|