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

#import <HereSDKDemandKit/HereSDKDemandKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface HereSDKDemandQueryRidesResponse (Dictionary)

- (NSDictionary *)dictionary;

@end

NS_ASSUME_NONNULL_END
