20 lines
179 B
Objective-C
20 lines
179 B
Objective-C
//
|
|
// UIImage+load.h
|
|
// YM
|
|
//
|
|
// Created by YM on 2023/1/8.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface UIImage (load)
|
|
|
|
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|