# `GSFeaBlock.notes`

*Instance Property*

Additional notes about the block that are not part of the code.

## Declaration

```swift
var notes: String { get set }
```

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

```python
notes() -> str
setNotes_(notes: str)
```

