Skip to content

Commit

Permalink
Merge pull request #6 from marcospolanco/master
Browse files Browse the repository at this point in the history
'open' access control for 'var nib'
  • Loading branch information
steve228uk authored Jul 2, 2018
2 parents 98c2eef + f949f82 commit 2187209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UIKit

open class MSGImessageInputView: MSGInputView {

override public class var nib: UINib? {
override open class var nib: UINib? {
return UINib(nibName: "MSGImessageInputView",
bundle: MessengerKit.bundle)
}
Expand Down

0 comments on commit 2187209

Please sign in to comment.