21 lines
381 B
C
21 lines
381 B
C
![]() |
//
|
||
|
// 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
|