From a6ce1288baad3c9c62322970450100af7c4ce9ce Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Mon, 21 May 2018 20:44:51 +0300 Subject: [PATCH] Removed UI delegate generic --- .../PaginationDataLoading/PaginationWrapper.swift | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Sources/Classes/DataLoading/PaginationDataLoading/PaginationWrapper.swift b/Sources/Classes/DataLoading/PaginationDataLoading/PaginationWrapper.swift index 9411263b..7e9792d4 100644 --- a/Sources/Classes/DataLoading/PaginationDataLoading/PaginationWrapper.swift +++ b/Sources/Classes/DataLoading/PaginationDataLoading/PaginationWrapper.swift @@ -25,9 +25,7 @@ import RxCocoa import UIScrollView_InfiniteScroll /// Class that connects PaginationDataLoadingModel with UIScrollView. It handles all non-visual and visual states. -final public class PaginationWrapper +final public class PaginationWrapper // "Segmentation fault: 11" in Xcode 9.2 without redundant same-type constraint :( where Cursor == Delegate.DataSourceType, Cursor.ResultType == [Cursor.Element] { @@ -38,7 +36,7 @@ final public class PaginationWrapper