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


#import "SDLRPCRequest.h"

/**
 * Requests the current list of resident filenames for the registered app. Not
 * supported on First generation SDL vehicles
 * <p>
 *
 * Since <b>SmartDeviceLink 2.0</b>
 */
@interface SDLListFiles : SDLRPCRequest

@end