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

19 lines
316 B
C
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
//
// 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