Declaration

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

Declaration

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

Declaration

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