20 lines
293 B
Objective-C
20 lines
293 B
Objective-C
//
|
|
// XPRoomNobleLevelUpView.h
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/1/10.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPRoomNobleLevelUpView : UIView
|
|
|
|
///贵族升级的信息
|
|
@property (nonatomic,copy) NSDictionary * nobleInfo;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|