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


#import "SDLRPCResponse.h"

/**
 * Sent after SDLAlert has been sent
 * @since SDL 1.0
 */
@interface SDLAlertResponse : SDLRPCResponse

@property (strong) NSNumber<SDLInt> *tryAgainTime;

@end