MBLocalizable
public protocol MBLocalizable
Protocol used to define the localizable values of various models present through the framework.
-
Property that defines the text which can be presented to the user.
Declaration
Swift
var localized: String { get }