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


#import "SDLRPCMessage.h"

@interface SDLImageResolution : SDLRPCStruct {
}

- (instancetype)init;
- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;

@property (strong) NSNumber *resolutionWidth;
@property (strong) NSNumber *resolutionHeight;

@end