Skip to content

Commit 389994d

Browse files
committed
Fix the wrong method in VideosGridLayout protocol
1 parent d44765a commit 389994d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iCookTV/Protocols/VideosGridLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ protocol VideosGridLayout: class {
3131
var collectionView: UICollectionView { get }
3232

3333
/// Returns a configured collection view.
34-
static func defaultLoadingIndicator() -> UIActivityIndicatorView
34+
static func defaultCollectionView(dataSource: UICollectionViewDataSource, delegate: UICollectionViewDelegate) -> UICollectionView
3535

3636
/// Sets up the collection view in the view hierarchy.
3737
func setUpCollectionView()

0 commit comments

Comments
 (0)