#import #include @interface KeyboardHandleriOS : UIView -(void)setCustomKeyboardEventSource:(ALLEGRO_EVENT_SOURCE*)ev_src; -(void)show; -(void)hide; @end