Created
March 27, 2022 16:41
-
-
Save vikingosegundo/11e6aba9095fd90d55806526a756b4a5 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
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