PostHeaderDelegate
protocol PostHeaderDelegate : AnyObject
Actions triggered by post header buttons
-
Add button tapped
Declaration
Swift
func addTapped() -
Network button tapped
Declaration
Swift
func queueTapped()
View on GitHub
PostHeaderDelegate Protocol Reference