Remove an unused property.

This commit is contained in:
WenchaoD 2018-10-10 22:35:43 +08:00
parent 0c776994db
commit a7a57e2edd
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ import UIKit
class FSPagerCollectionView: UICollectionView {
fileprivate var pagerView: FSPagerView? {
return self.superview?.superview as? FSPagerView
}
#if !os(tvOS)
override var scrollsToTop: Bool {
set {