summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteWindowResponse.h
blob: e2308bd08eabb33ac7aff94c32ee6fc850761bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
//  SDLDeleteWindowResponse.h
//  SmartDeviceLink
//
//  Created by cssoeutest1 on 11.07.19.
//  Copyright © 2019 smartdevicelink. All rights reserved.
//

#import "SDLRPCResponse.h"

NS_ASSUME_NONNULL_BEGIN

/// Response to DeleteWindow
///
/// @since RPC 6.0
@interface SDLDeleteWindowResponse : SDLRPCResponse

@end

NS_ASSUME_NONNULL_END