# `GSImage.imageURL`

*Instance Property*

the image URL

## Declaration

```swift
var imageURL: URL! { get set }
```

```objc
@property (nonatomic, strong) NSURL * imageURL;
```

```python
imageURL() -> NSURL
setImageURL_(imageURL: NSURL)
```

