Skip to content

Commit

Permalink
Add ASCollectionDelegateFlowLayout in RxASCollectionDelegateProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Jun 29, 2019
1 parent 9e9b7b0 commit 9930d32
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ extension ASCollectionNode: HasDelegate {
open class RxASCollectionDelegateProxy
: DelegateProxy<ASCollectionNode, ASCollectionDelegate>
, DelegateProxyType
, ASCollectionDelegate {
, ASCollectionDelegate
, ASCollectionDelegateFlowLayout {

/// Typed parent object.
public weak private(set) var collectionNode: ASCollectionNode?
Expand Down

0 comments on commit 9930d32

Please sign in to comment.