Skip to content

Commit

Permalink
Update MSGPlaceholderTextView.swift (#28)
Browse files Browse the repository at this point in the history
Make text public to allow direct setter and getter access, fixes #14
  • Loading branch information
cbess authored and sjoness committed Mar 2, 2019
1 parent 54be190 commit 3c6fda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MessengerKit/Input/MSGPlaceholderTextView.swift
Expand Up @@ -29,7 +29,7 @@ open class MSGPlaceholderTextView: UIView {
}
}

var text: String! {
public var text: String! {
get {
return textView.text
}
Expand Down

0 comments on commit 3c6fda0

Please sign in to comment.