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


#import "SDLRPCResponse.h"

/**
 * Sent after SDLAlert has been sent
 * @since SDL 1.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLAlertResponse : SDLRPCResponse

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

@end

NS_ASSUME_NONNULL_END