头像&相册照片审核

This commit is contained in:
zu
2021-12-28 02:07:11 +08:00
committed by fengshuo
parent a9ffaba490
commit 5e7614417e
19 changed files with 140 additions and 15 deletions

View File

@@ -39,4 +39,6 @@ typedef NS_ENUM(NSUInteger, GradientType) {
返回指定大小,颜色,渐变模式的渐变色图片
*/
+ (UIImage *)gradientColorImageFromColors:(NSArray<UIColor *>*)colors gradientType:(GradientType)gradientType imgSize:(CGSize)imgSize;
+ (UIImage *)waterImageWithImage:(UIImage *)image waterImage:(UIImage *)waterImage waterImageRect:(CGRect)rect;
@end