Declaration

var openPathCache: NSMutableDictionary! { get set }

Declaration

@property (strong) NSMutableDictionary<NSNumber *,NSBezierPath *> * openPathCache;

Declaration

openPathCache() -> dict[NSNumber, NSBezierPath]
setOpenPathCache_(openPathCache: dict[NSNumber, NSBezierPath])