summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnKeyboardInput.h
blob: d3c49a85d9866b94389e025fad9551095c02d970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  SDLOnKeyboardInput.h
//

#import "SDLRPCNotification.h"

#import "SDLKeyboardEvent.h"


@interface SDLOnKeyboardInput : SDLRPCNotification

@property (strong) SDLKeyboardEvent event;
@property (strong) NSString *data;

@end