Skip to content

Commit c6cdc89

Browse files
committed
Fixed protect level.
1 parent cad5ba3 commit c6cdc89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SPDiffable/Collection/DataSource/AppleCollectionDiffableDataSource.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
import UIKit
2323

2424
@available(iOS 13.0, *)
25-
open class AppleCollectionDiffableDataSource: UICollectionViewDiffableDataSource<SPDiffableSection, SPDiffableItem> {
25+
class AppleCollectionDiffableDataSource: UICollectionViewDiffableDataSource<SPDiffableSection, SPDiffableItem> {
2626

2727
// MARK: - Init
2828

29-
public init(
29+
init(
3030
collectionView: UICollectionView,
3131
cellProvider: @escaping CellProvider,
3232
headerFooterProvider: SupplementaryViewProvider?

0 commit comments

Comments
 (0)