UIImage+CNGray.h
293 Bytes
//
// UIImage+CNGray.h
// CNLiveScioLive
//
// Created by CNLive on 2021/4/27.
// Copyright © 2021 CNLive. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface UIImage (CNGray)
+ (UIImage *)grayImage:( UIImage *)sourceImage;
@end
NS_ASSUME_NONNULL_END