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


#import "SDLRPCResponse.h"

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

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

@end