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

#import "SDLRPCMessage.h"

@class SDLImageResolution;
@class SDLTouchEventCapabilities;


@interface SDLScreenParams : SDLRPCStruct

@property (strong) SDLImageResolution *resolution;
@property (strong) SDLTouchEventCapabilities *touchEventAvailable;

@end