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


#import "SDLRPCMessage.h"

@interface SDLImageResolution : SDLRPCStruct

@property (strong, nonatomic) NSNumber<SDLInt> *resolutionWidth;
@property (strong, nonatomic) NSNumber<SDLInt> *resolutionHeight;

@end