All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
iOSKeyboardLocationObserver.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #import <UIKit/UIKit.h>
6 #import <Foundation/Foundation.h>
7 #include "KeyboardInput.h"
8 
9 @interface iOSKeyboardInput_LocationObserver : UIViewController <UITextViewDelegate> {
11 };
12 
13 - (void)setObserver:(Eegeo::UI::NativeInput::IKeyboardLocationObserver*) observer;
14 
15 @end
16 
18 {
20 };