Created
June 27, 2021 16:47
-
-
Save magi82/66d83673dbe0fb6270d471b5fea617dc to your computer and use it in GitHub Desktop.
ImageTransformer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
protocol ImageTransformerLogic { | |
func transform(image: UIImage?) -> UIImage? | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment