// // DLJueweiVC.h // SweetParty // // Created by bj_szd on 2023/6/28. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface DLJueweiVC : BaseViewController @property (nonatomic, copy) NSString *lid; @property (assign, nonatomic) NSInteger index; @property (weak, nonatomic) IBOutlet UIImageView *titleImg; @end NS_ASSUME_NONNULL_END