Skip to content

Commit

Permalink
Made value public
Browse files Browse the repository at this point in the history
  • Loading branch information
the-freshlord committed May 7, 2018
1 parent 38044fe commit f7e8d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SGSwiftyBind/SGSwiftyBind.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public final class SGSwiftyBind<T> {
public private(set) var interface: SGSwiftyBindInterface<T>!

/// The current value.
var value: T {
public var value: T {
didSet {
observers.forEach { $0.listener?(value) }
}
Expand Down

0 comments on commit f7e8d30

Please sign in to comment.