summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLEncryptionManagerConstants.h
blob: 43e00c365ab3cadb5c3fa943c721895d72b63477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  SDLEncryptionManagerConstants.h
//  SmartDeviceLink
//
//  Created by standa1 on 6/28/19.
//  Copyright © 2019 smartdevicelink. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

typedef NSString SDLEncryptionLifecycleManagerState;
extern SDLEncryptionLifecycleManagerState *const SDLEncryptionLifecycleManagerStateStopped;
extern SDLEncryptionLifecycleManagerState *const SDLEncryptionLifecycleManagerStateStarting;
extern SDLEncryptionLifecycleManagerState *const SDLEncryptionLifecycleManagerStateReady;

NS_ASSUME_NONNULL_END