Skip to content

Instantly share code, notes, and snippets.

@danielCarlosCE
Created December 14, 2016 16:22
Show Gist options
  • Save danielCarlosCE/aee1c00571d5585eed09389abd7831df to your computer and use it in GitHub Desktop.
Save danielCarlosCE/aee1c00571d5585eed09389abd7831df to your computer and use it in GitHub Desktop.
protocol CodeReader {
func startReading(completion: @escaping (String) -> Void)
func stopReading()
var videoPreview: CALayer {get}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment