Declaration

func addTab(withGlyphNames glyphNames: [String]) -> GSEditViewController?

Declaration

- (GSEditViewController *) addTabWithGlyphNames:(NSArray<NSString *> *) glyphNames;

Declaration

addTabWithGlyphNames_(glyphNames: list[str]) -> GSEditViewController