Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
UI
NativeInput
iOS
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> {
10
Eegeo::UI::NativeInput::IKeyboardLocationObserver
* pObserver;
11
};
12
13
- (void)setObserver:(Eegeo::UI::NativeInput::IKeyboardLocationObserver*) observer;
14
15
@end
16
17
struct
iOSKeyboardInput_LocationObserverImpl
18
{
19
iOSKeyboardInput_LocationObserver
* pClass;
20
};
Generated on Sat Jun 10 2023 02:00:34 for eeGeo Platform SDK by
1.8.3.1