# `GSFeatureGenerator canAutomateClassWithName:`

*Type Method*

## Declaration

```swift
class func canAutomateClass(withName name: String) -> Bool
```

```objc
+ (BOOL) canAutomateClassWithName:(NSString *) name;
```

```python
canAutomateClassWithName_(name: str) -> bool
```

