Skip to content

Instantly share code, notes, and snippets.

@magi82
Created June 27, 2021 16:47
Show Gist options
  • Save magi82/66d83673dbe0fb6270d471b5fea617dc to your computer and use it in GitHub Desktop.
Save magi82/66d83673dbe0fb6270d471b5fea617dc to your computer and use it in GitHub Desktop.
ImageTransformer
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