Files
yinmeng-ios/xplan-ios/Main/Room/View/AnimationView/XPRoomNobleLevelUpView.h
2022-03-10 18:55:18 +08:00

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