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


#import "SDLRPCResponse.h"

/**
 * Delete File Response is sent, when DeleteFile has been called
 *
 * Since <b>SmartDeviceLink 2.0</b><br>
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLDeleteFileResponse : SDLRPCResponse

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

@end

NS_ASSUME_NONNULL_END