Instance Property
nameUI
A way to access tag/name regardless of the feature/class
Declaration
var nameUI: String? { get set }Declaration
@property (nonatomic, strong) NSString * nameUI;Declaration
nameUI() -> str
setNameUI_(nameUI: str)Instance Property
A way to access tag/name regardless of the feature/class
var nameUI: String? { get set }@property (nonatomic, strong) NSString * nameUI;nameUI() -> str
setNameUI_(nameUI: str)