Skip to content

Commit

Permalink
Merge pull request badoo#90 from diegosanchezr/dev
Browse files Browse the repository at this point in the history
Exposes inputContainer
  • Loading branch information
diegosanchezr committed Mar 29, 2016
2 parents be7876f + 7115c37 commit a530b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chatto/Source/ChatController/BaseChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public class BaseChatViewController: UIViewController, UICollectionViewDataSourc

var autoLoadingEnabled: Bool = false
var accessoryViewRevealer: AccessoryViewRevealer!
var inputContainer: UIView!
public private(set) var inputContainer: UIView!
var presenterFactory : ChatItemPresenterFactoryProtocol!
let presentersByCell = NSMapTable(keyOptions: .WeakMemory, valueOptions: .WeakMemory)
var updateQueue: SerialTaskQueueProtocol = SerialTaskQueue()
Expand Down

0 comments on commit a530b7f

Please sign in to comment.