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

19 lines
256 B
Objective-C

//
// BigUserImgAlertView.h
// TreeHole
//
// Created by 郑创权 on 2022/11/17.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface BigUserImgAlertView : UIView
@property (nonatomic, strong)UIImage* userImg;
@end
NS_ASSUME_NONNULL_END