ente/thirdparty/flutter_image_compress/ios/Classes/UIImage+scale.h
2021-01-21 16:19:12 +05:30

13 lines
247 B
Dart

//
// Created by cjl on 2018/9/8.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface UIImage (scale)
- (UIImage *)scaleWithMinWidth:(CGFloat)minWidth minHeight:(CGFloat)minHeight;
- (UIImage *)rotate:(CGFloat) rotate;
@end