123456789101112131415161718 |
- //
- // UIImage+ImageRotate.h
- // LenzSDK
- //
- // Created by lr on 2023/5/18.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface UIImage (ImageRotate)
- - (UIImage *)imageRotateWithIndegree:(CGFloat)indegree;
- @end
- NS_ASSUME_NONNULL_END
|