summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLHybridAppPreference.m
blob: 963bc4172d8f53caf09340fd0cbc453127bc12b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  SDLHybridAppPreference.m
//  SmartDeviceLink
//
//  Created by Nicole on 2/26/19.
//  Copyright © 2019 smartdevicelink. All rights reserved.
//

#import "SDLHybridAppPreference.h"

SDLHybridAppPreference const SDLHybridAppPreferenceMobile = @"MOBILE";
SDLHybridAppPreference const SDLHybridAppPreferenceCloud = @"CLOUD";
SDLHybridAppPreference const SDLHybridAppPreferenceBoth = @"BOTH";