Correct spelling

This commit is contained in:
WenchaoD 2017-03-03 16:19:48 +08:00
parent fea14a782d
commit ebc56bf45a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import UIKit
public protocol FSPagerViewDataSource: NSObjectProtocol {
/// Asks your data source object for the number of items in the pager view.
@objc(numberOfItemsInpagerView:)
@objc(numberOfItemsInPagerView:)
func numberOfItems(in pagerView: FSPagerView) -> Int
/// Asks your data source object for the cell that corresponds to the specified item in the pager view.