# `GSEditViewController selectInstance:`

*Instance Method*

## Declaration

```swift
@IBAction func selectInstance(_ sender: Any)
```

```objc
- (void) selectInstance:(id) sender;
```

```python
selectInstance_(sender: object)
```

