// SDLAlertResponse.h // #import "SDLRPCResponse.h" /** Response to SDLAlert @since SDL 1.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLAlertResponse : SDLRPCResponse @property (nullable, strong, nonatomic) NSNumber *tryAgainTime; @end NS_ASSUME_NONNULL_END