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


#import "SDLRPCResponse.h"

/**
 Response to SDLAlert

 @since SDL 1.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLAlertResponse : SDLRPCResponse

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

@end

NS_ASSUME_NONNULL_END