# `GSComponent isSmartComponent:`

*Instance Method*

## Declaration

```swift
func isSmartComponent(_ isGroup: UnsafeMutablePointer<ObjCBool>) -> Bool
```

```objc
- (BOOL) isSmartComponent:(BOOL *) isGroup;
```

```python
isSmartComponent_(isGroup: bool) -> bool
```

