Skip to content

Instantly share code, notes, and snippets.

@vikingosegundo
Created March 27, 2022 16:41
Show Gist options
  • Save vikingosegundo/11e6aba9095fd90d55806526a756b4a5 to your computer and use it in GitHub Desktop.
Save vikingosegundo/11e6aba9095fd90d55806526a756b4a5 to your computer and use it in GitHub Desktop.
typealias Input = (Message) -> ()
typealias Output = (Message) -> ()
func createRadioFeature(
store s: Store,
player p: AudioPlayer,
output o: @escaping Output
) -> Input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment