Skip to content

Commit

Permalink
Fixed protect level.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Jan 17, 2022
1 parent cad5ba3 commit c6cdc89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
import UIKit

@available(iOS 13.0, *)
open class AppleCollectionDiffableDataSource: UICollectionViewDiffableDataSource<SPDiffableSection, SPDiffableItem> {
class AppleCollectionDiffableDataSource: UICollectionViewDiffableDataSource<SPDiffableSection, SPDiffableItem> {

// MARK: - Init

public init(
init(
collectionView: UICollectionView,
cellProvider: @escaping CellProvider,
headerFooterProvider: SupplementaryViewProvider?
Expand Down

0 comments on commit c6cdc89

Please sign in to comment.