Skip to content

Instantly share code, notes, and snippets.

@FlorianHardyDev
Last active March 19, 2021 14:01
Show Gist options
  • Select an option

  • Save FlorianHardyDev/d77f688d0c93039b399e332e1efd776c to your computer and use it in GitHub Desktop.

Select an option

Save FlorianHardyDev/d77f688d0c93039b399e332e1efd776c to your computer and use it in GitHub Desktop.
FloatingButtonDelegate
protocol FloatingButtonDelegate: AnyObject {
func onSmallPlayerTapped()
func closePodcastPlayer()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment