# `GSFeature importFeatureNames:error:`

*Type Method*

## Declaration

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

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

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

