# `GSImage.imagePath`

*Instance Property*

the image path

## Declaration

```swift
var imagePath: String! { get set }
```

```objc
@property (nonatomic, strong) NSString * imagePath;
```

```python
imagePath() -> str
setImagePath_(imagePath: str)
```

