summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSetAppIconResponse.h
blob: 28c8187821dcef043cdd2b098bbbe19a3da8dd11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//  SDLSetAppIconResponse.h
//


#import "SDLRPCResponse.h"

/** SDLSetAppIconResponse is sent, when SDLSetAppIcon has been called.
 * Since<b>SmartDeviceLink 2.0</b>
 */
@interface SDLSetAppIconResponse : SDLRPCResponse

@end