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


#import "SDLRPCMessage.h"

@interface SDLImageResolution : SDLRPCStruct

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

@end