# `MABGTimer.queue`

*Instance Property*

## Declaration

```swift
var queue: dispatch_queue_t! { get }
```

```objc
@property (strong, readonly) dispatch_queue_t queue;
```

```python
queue() -> dispatch_queue_t
```

