Files
peko-ios/YuMi/Modules/YMRoom/View/SendGiftView/Model/PresentMagnificentAbstractMatrix.h

21 lines
381 B
C
Raw Normal View History

2023-07-06 16:54:13 +08:00
//
// PresentMagnificentAbstractMatrix.h
// YUMI
//
// Created by YUMI on 2021/12/27.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface PresentMagnificentAbstractMatrix : NSObject
@property (nonatomic, copy)NSString *vipIcon;
@property (nonatomic, assign) NSInteger vipLevel;
@property (nonatomic, copy) NSString *vipName;
@end
NS_ASSUME_NONNULL_END