summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnTouchEvent.h
blob: 68f1fa70705434f1349116869cca5f91d60a5bcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//  SDLOnTouchEvent.h
//

#import "SDLRPCNotification.h"

@class SDLTouchType;


@interface SDLOnTouchEvent : SDLRPCNotification {
}

- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;

@property (strong) SDLTouchType *type;
@property (strong) NSMutableArray *event;

@end