# `MABGTimer initWithObject:behavior:queueLabel:`

*Initializer*

## Declaration

```swift
init!(object obj: Any!, behavior: MABGTimerBehavior, queueLabel: UnsafePointer<CChar>!)
```

```objc
- (instancetype) initWithObject:(id) obj behavior:(MABGTimerBehavior) behavior queueLabel:(const char *) queueLabel;
```

```python
initWithObject_behavior_queueLabel_(obj: object, behavior: MABGTimerBehavior, queueLabel: str) -> MABGTimer
```

