cdts/xdts-ios 3/TreeHole/Code/Base/PYImageView.h
2023-07-27 09:20:00 +08:00

20 lines
288 B
Objective-C
Executable File

//
// PYImageView.h
// Food
//
// Created by ko1o on 2019/7/27.
// Copyright © 2019年 ko1o. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface PYImageView : UIImageView
@property (nonatomic, copy) NSString *imageUrl;
@end
NS_ASSUME_NONNULL_END