diff options
Diffstat (limited to 'SmartDeviceLink/SDLCloseApplicationResponse.h')
-rw-r--r-- | SmartDeviceLink/SDLCloseApplicationResponse.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLCloseApplicationResponse.h b/SmartDeviceLink/SDLCloseApplicationResponse.h new file mode 100644 index 000000000..a7892930a --- /dev/null +++ b/SmartDeviceLink/SDLCloseApplicationResponse.h @@ -0,0 +1,20 @@ +// +// SDLCloseApplicationResponse.h +// SmartDeviceLink +// +// Created by Nicole on 7/9/19. +// Copyright © 2019 smartdevicelink. All rights reserved. +// + +#import "SDLRPCResponse.h" + +NS_ASSUME_NONNULL_BEGIN + +/** + * Response to the request to close this app on the module. + */ +@interface SDLCloseApplicationResponse : SDLRPCResponse + +@end + +NS_ASSUME_NONNULL_END |