From 7aad89b419fd8f6fff696753a028fef80154ebd9 Mon Sep 17 00:00:00 2001 From: WenchaoD Date: Tue, 18 Sep 2018 13:06:15 +0800 Subject: [PATCH] Add comments to 'dataSource' and 'delegate' property. --- Sources/FSPagerView.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sources/FSPagerView.swift b/Sources/FSPagerView.swift index c8682a9..2a7fa34 100644 --- a/Sources/FSPagerView.swift +++ b/Sources/FSPagerView.swift @@ -88,7 +88,10 @@ open class FSPagerView: UIView,UICollectionViewDataSource,UICollectionViewDelega // MARK: - Public properties + /// The object that acts as the data source of the pager view. @IBOutlet open weak var dataSource: FSPagerViewDataSource? + + /// The object that acts as the delegate of the pager view. @IBOutlet open weak var delegate: FSPagerViewDelegate? /// The scroll direction of the pager view. Default is horizontal.