1234567891011121314151617181920 |
- //
- // YOUPAILCDynamicArrayModel.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/9/13.
- // Copyright © 2021 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILCDynamicArrayModel : NSObject
- /* url */
- @property (copy, nonatomic) NSString *youpaipurl;
- /* type */
- @property (assign, nonatomic) long youpaiptype;
- @end
- NS_ASSUME_NONNULL_END
|