19 lines
256 B
Objective-C
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
|