Declaration

var colorNames: NSMutableDictionary { get set }

Declaration

@property (strong) NSMutableDictionary<NSNumber *,NSString *> * colorNames;

Declaration

colorNames() -> dict[NSNumber, str]
setColorNames_(colorNames: dict[NSNumber, str])