Files
yinmeng-ios/xplan-ios/Base/MVP/Model/UserPhoto.h
2021-10-27 21:40:10 +08:00

18 lines
286 B
Objective-C

//
// UserPhoto.h
// xplan-ios
//
// Created by 冯硕 on 2021/9/23.
//
#import "NSObject+MJExtension.h"
NS_ASSUME_NONNULL_BEGIN
@interface UserPhoto : NSObject
@property (copy, nonatomic) NSString *photoUrl;
@property (copy, nonatomic) NSString *pid;
@end
NS_ASSUME_NONNULL_END