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


#import "SDLRPCResponse.h"


NS_ASSUME_NONNULL_BEGIN

/**
 Response to SDLDeleteFile

 Since SmartDeviceLink 2.0
 */
@interface SDLDeleteFileResponse : SDLRPCResponse

/**
 The remaining available space for your application to store data on the remote system.
 */
@property (nullable, strong, nonatomic) NSNumber<SDLInt> *spaceAvailable;

@end

NS_ASSUME_NONNULL_END