Skip to content

Commit

Permalink
Fix #163 - Silly weak modifier in protocol property
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed May 27, 2018
1 parent 4ce1989 commit 9b50c2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ public protocol CoachMarkBodyView: class {
/// The `CoachMarkView`, of which the current view must be
/// part, will automatically set itself as the delegate and will take care
/// of fowarding the state to the arrow view.
weak var highlightArrowDelegate: CoachMarkBodyHighlightArrowDelegate? { get set }
var highlightArrowDelegate: CoachMarkBodyHighlightArrowDelegate? { get set }
}

0 comments on commit 9b50c2b

Please sign in to comment.