Skip to content

Commit 9466d53

Browse files
committed
Hides paginatedScroll var
1 parent 184eb60 commit 9466d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/GLCollectionTableViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import UIKit
3131

3232
class GLIndexedCollectionViewFlowLayout: UICollectionViewFlowLayout {
33-
var paginatedScroll: Bool?
33+
fileprivate var paginatedScroll: Bool?
3434

3535
override func awakeFromNib() {
3636
super.awakeFromNib()

0 commit comments

Comments
 (0)