Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created February 19, 2018 12:31
Show Gist options
  • Save vialyx/a26ecf20223db0836f5a710f65932af8 to your computer and use it in GitHub Desktop.
Save vialyx/a26ecf20223db0836f5a710f65932af8 to your computer and use it in GitHub Desktop.
typealias BitRate = UInt
typealias AnimationCompletion = ((Bool) -> Void)
let maxRate: BitRate = 44100
let fadeInCompletion: AnimationCompletion = { success in
print("success: \(success)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment