Declaration

class func importNames(_ code: NSMutableString) throws -> NSMutableArray

Declaration

+ (NSMutableArray<GSInfoValue *> *) importFeatureNames:(NSMutableString *) code error:(NSError **) error;

Declaration

importFeatureNames_error_(code: str) -> tuple[list[GSInfoValue], NSError]