# `TDTokenizer.quoteState`

*Instance Property*

## Declaration

```swift
var quoteState: TDQuoteState { get set }
```

```objc
@property (nonatomic, strong) TDQuoteState * quoteState;
```

```python
quoteState() -> TDQuoteState
setQuoteState_(quoteState: TDQuoteState)
```

## Discussion

The state this tokenizer uses to build quoted strings.

