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

#import "SDLRPCMessage.h"

#import "SDLImageFieldName.h"

@class SDLImageResolution;


@interface SDLImageField : SDLRPCStruct

@property (strong) SDLImageFieldName name;
@property (strong) NSMutableArray *imageTypeSupported;
@property (strong) SDLImageResolution *imageResolution;

@end