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

20 lines
293 B
Objective-C

//
// ProfilePhoto.h
// TreeHole
//
// Created by 谢培艺 on 2022/6/3.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface ProfilePhoto : NSObject
@property (nonatomic, strong) NSString *url;
@property (nonatomic, assign) BOOL is_top;
@end
NS_ASSUME_NONNULL_END