Skip to content

Commit

Permalink
Adjust protocol composition syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Toine Heuvelmans committed Mar 13, 2017
1 parent beceb98 commit 1c009f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Transition/Classes/SharedElementTransition.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ public protocol SharedElementInteraction : SharedElementTransitionSpecification
}


public typealias SharedElementTransition = protocol<SharedElementAnimation, SharedElementInteraction>
public typealias SharedElementTransition = SharedElementAnimation & SharedElementInteraction

0 comments on commit 1c009f7

Please sign in to comment.