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


#import "SDLRPCResponse.h"

/**
 * Put File Response is sent, when SDLPutFile has been called
 *
 * Since SmartDeviceLink 2.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLPutFileResponse : SDLRPCResponse

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

NS_ASSUME_NONNULL_END