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


#import "SDLRPCRequest.h"

/**
 *  @since SmartDeviceLink 1.0
 */
@interface SDLAlertManeuver : SDLRPCRequest {
}

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

@property (strong) NSMutableArray *ttsChunks;
@property (strong) NSMutableArray *softButtons;

@end