Declaration

func addSubTool(_ tool: (any GlyphsTool)!)

Declaration

- (void) addSubTool:(NSObject<GlyphsTool> *) tool;

Declaration

addSubTool_(tool: NSObject<GlyphsTool>)