MUStatDelegate

@objc
public protocol MUStatDelegate : AnyObject

Delegate protocol for MUStat.

  • Will trigger each time stat is tapped.

    Declaration

    Swift

    func didTap(stat: MUStat)