| Index: remoting/ios/app/host_view_controller.h
|
| diff --git a/remoting/ios/app/host_view_controller.h b/remoting/ios/app/host_view_controller.h
|
| index 0e6de517024d7a886b96862ecc55e0717bf22c79..b56bf95bf2df19553dffff2aee524a635e2e62db 100644
|
| --- a/remoting/ios/app/host_view_controller.h
|
| +++ b/remoting/ios/app/host_view_controller.h
|
| @@ -18,6 +18,12 @@
|
|
|
| - (id)initWithClient:(RemotingClient*)client;
|
|
|
| +- (void)showKeyboard;
|
| +
|
| +- (void)hideKeyboard;
|
| +
|
| +@property(nonatomic, readonly) RemotingClient* client;
|
| +
|
| @end
|
|
|
| #endif // REMOTING_IOS_APP_REMOTING_HOST_VIEW_CONTROLLER_H_
|
|
|