We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184eb60 commit 9466d53Copy full SHA for 9466d53
1 file changed
Classes/GLCollectionTableViewCell.swift
@@ -30,7 +30,7 @@
30
import UIKit
31
32
class GLIndexedCollectionViewFlowLayout: UICollectionViewFlowLayout {
33
- var paginatedScroll: Bool?
+ fileprivate var paginatedScroll: Bool?
34
35
override func awakeFromNib() {
36
super.awakeFromNib()
0 commit comments