19 lines
316 B
Objective-C
Executable File
19 lines
316 B
Objective-C
Executable File
//
|
|
// DLJueweiContainerVC.h
|
|
// SweetParty
|
|
//
|
|
// Created by bj_szd on 2023/8/25.
|
|
//
|
|
|
|
#import "BaseViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface DLJueweiContainerVC : BaseViewController
|
|
|
|
@property (nonatomic, assign) NSInteger nobility_id;//爵位等级 0-9 0是没有爵位
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|