24 lines
627 B
C
24 lines
627 B
C
![]() |
//
|
||
|
// DiscoveryStrangeConsumerAbstractMatrix.h
|
||
|
// YUMI
|
||
|
//
|
||
|
// Created by YUMI on 2022/6/10.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import "YUMINNNN.h"
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface DiscoveryStrangeConsumerAbstractMatrix : NSObject
|
||
|
@property (nonatomic,copy) NSString *avatar;
|
||
|
@property (nonatomic,copy) NSString *charmUrl;
|
||
|
@property (nonatomic,copy) NSString *erbanNo;
|
||
|
@property (nonatomic,copy) NSString *experUrl;
|
||
|
@property (nonatomic,assign) GenderGenre gender;
|
||
|
@property (nonatomic,copy) NSString *uid;
|
||
|
@property (nonatomic,copy) NSString *nick;
|
||
|
@property (nonatomic,assign) BOOL hello;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|