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

#import <HereSDKCoreKit/HereSDKAddressData.h>

NS_ASSUME_NONNULL_BEGIN

@interface HereSDKAddressData (Dictionary)

- (NSDictionary *)dictionary;

@end

NS_ASSUME_NONNULL_END
