We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a340a9 commit 86c82faCopy full SHA for 86c82fa
OnoKit/Classes/NewCommonCollectionViewHandler.swift
@@ -13,7 +13,7 @@ open class NewCommonCollectionViewHandler: NSObject, UICollectionViewDelegate, U
13
typealias DataSource = UICollectionViewDiffableDataSource<AnyHashable, AnyHashable>
14
typealias Snapshot = NSDiffableDataSourceSnapshot<AnyHashable, AnyHashable>
15
16
- let collectionView: UICollectionView
+ public let collectionView: UICollectionView
17
18
public init(_ collectionView: UICollectionView) {
19
self.collectionView = collectionView
0 commit comments