Skip to content

Commit

Permalink
Making isShrunk private
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Panucci committed Oct 4, 2018
1 parent 7219587 commit 8b38a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JPShrinkingButton/JPShrinkingButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class JPShrinkingButton: UIView {
}
}

public private(set) var isShrunk = false
private(set) var isShrunk = false

//MARK: - Internal Variables

Expand Down

0 comments on commit 8b38a95

Please sign in to comment.