diff --git a/Example/Podfile.lock b/Example/Podfile.lock index b7d29a6..b8bb058 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -96,4 +96,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 55960a52eca44401f7df8ec6524ef7d4a4d70186 -COCOAPODS: 1.6.1 +COCOAPODS: 1.6.2 diff --git a/RxDataSources-Texture/Classes/ASCollectionNode/ASCollectionNode+Rx.swift b/RxDataSources-Texture/Classes/ASCollectionNode/ASCollectionNode+Rx.swift index ea967c7..af3bcb7 100644 --- a/RxDataSources-Texture/Classes/ASCollectionNode/ASCollectionNode+Rx.swift +++ b/RxDataSources-Texture/Classes/ASCollectionNode/ASCollectionNode+Rx.swift @@ -57,8 +57,8 @@ extension Reactive where Base: ASCollectionNode { For more information take a look at `DelegateProxyType` protocol documentation. */ - public var dataSource: DelegateProxy { - return RxASCollectionDelegateProxy.proxy(for: base) + public var dataSource: DelegateProxy { + return RxASCollectionDataSourceProxy.proxy(for: base) } /**