//
 /***************************************************************
 * Copyright © 2017 HERE Global B.V. All rights reserved. *
 **************************************************************/

#import <HereSDKDemandKit/HereSDKDemandKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface HereSDKDemandRideStatusUpdate (Dictionary)

+ (NSString*)updateStatusToString:(HereSDKDemandRideStatusUpdateStatus)status;
- (NSDictionary *)dictionary;

@end

NS_ASSUME_NONNULL_END
