17 lines
189 B
Objective-C
17 lines
189 B
Objective-C
//
|
|
// UIImage+TUIPatch.h
|
|
// Youth
|
|
//
|
|
// Created by mambaxie on 2022/1/2.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface UIImage (TUIPatch)
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|