UI delegate default parameter

This commit is contained in:
Pavel Lukandiy 2018-05-21 21:18:10 +03:00
parent f71237c032
commit c49a05270f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ final public class PaginationWrapper<Cursor: ResettableRxDataSourceCursor, Deleg
public init(wrappedView: AnyPaginationWrappable,
cursor: Cursor,
delegate: Delegate,
uiDelegate: PaginationWrapperUIDelegate?) {
uiDelegate: PaginationWrapperUIDelegate? = nil) {
self.wrappedView = wrappedView
self.delegate = delegate
self.uiDelegate = uiDelegate