Skip to content

Commit

Permalink
Merge pull request #12 from OhKanghoon/bug/fix-collectionnode-datasou…
Browse files Browse the repository at this point in the history
…rce-bug

Fix CollectionNode DataSource Bug
  • Loading branch information
OhKanghoon authored May 28, 2019
2 parents 1cb6770 + 89b3bb6 commit eb05bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 55960a52eca44401f7df8ec6524ef7d4a4d70186

COCOAPODS: 1.6.1
COCOAPODS: 1.6.2
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ extension Reactive where Base: ASCollectionNode {

For more information take a look at `DelegateProxyType` protocol documentation.
*/
public var dataSource: DelegateProxy<ASCollectionNode, ASCollectionDelegate> {
return RxASCollectionDelegateProxy.proxy(for: base)
public var dataSource: DelegateProxy<ASCollectionNode, ASCollectionDataSource> {
return RxASCollectionDataSourceProxy.proxy(for: base)
}

/**
Expand Down

0 comments on commit eb05bb7

Please sign in to comment.