import Foundation protocol FloatingButtonDelegate: AnyObject { func onSmallPlayerTapped() func closePodcastPlayer() }