# `BCCollectionViewLayoutManager.itemLayouts`

*Instance Property*

## Declaration

```swift
var itemLayouts: [Any]! { get set }
```

```objc
@property (strong) NSArray * itemLayouts;
```

```python
itemLayouts() -> list
setItemLayouts_(itemLayouts: list)
```

