Created
November 17, 2019 21:21
-
-
Save dmytro-anokhin/6d7310543e75d8a229540b0a7d1b2d9e to your computer and use it in GitHub Desktop.
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
| class ImageDecoder { | |
| init() { | |
| imageSource = CGImageSourceCreateIncremental(nil) | |
| } | |
| private let imageSource: CGImageSource | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment