MUButtonDelegate
@objc
public protocol MUButtonDelegate : AnyObject
Delegate protocol for MUButton.
-
Will trigger each time button is tapped.
Declaration
Swift
func didTap(button: MUButton)