// SDLListFiles.h // #import "SDLRPCRequest.h" /** * Requests the current list of resident filenames for the registered app. Not * supported on First generation SDL vehicles *

* * Since SmartDeviceLink 2.0 */ NS_ASSUME_NONNULL_BEGIN @interface SDLListFiles : SDLRPCRequest @end NS_ASSUME_NONNULL_END