1234567891011121314151617181920 |
- //
- // YOUPAILZGamePropertyPublicModel.h
- // VQU
- //
- // Created by CY on 2021/4/27.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZGamePropertyPublicModel : NSObject
- @property (nonatomic,strong) NSString *youpaipid;
- @property (nonatomic,strong) NSString *youpaipname;
- @end
- NS_ASSUME_NONNULL_END
|