Instance Property
tag
The feature tag.
Declaration
var tag: String { get set }Declaration
@property (nonatomic, copy) NSString * tag;Declaration
tag() -> str
setTag_(tag: str)Discussion
E.G: “liga”, “smcp”, ..
Instance Property
The feature tag.
var tag: String { get set }@property (nonatomic, copy) NSString * tag;tag() -> str
setTag_(tag: str)E.G: “liga”, “smcp”, ..