cdts/xdts-ios 3/TreeHole/Code/Features/Profile/Model/WalletBanner.h
2023-07-27 09:20:00 +08:00

21 lines
307 B
Objective-C

//
// WalletBanner.h
// TreeHole
//
// Created by 谢培艺 on 2022/6/19.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface WalletBanner : NSObject
@property (nonatomic, copy) NSString *banner_img;
@property (nonatomic, copy) NSString *banner_url;
@end
NS_ASSUME_NONNULL_END