Skip to content

Commit 6dc945b

Browse files
Use public instead of open on property
1 parent 1c2ece9 commit 6dc945b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class CollectionViewItemsController<CollectionType>: NSObject, UICollecti
3333
/// A fallback data source to implement custom logic like indexes, dragging, etc.
3434
public var dataSource: UICollectionViewDataSource?
3535

36-
open var configureSupplementaryView: SupplementaryViewFactory?
36+
public var configureSupplementaryView: SupplementaryViewFactory?
3737

3838
// MARK: - Init
3939

0 commit comments

Comments
 (0)