//
//  ESTBeaconBaseVO.h
//  EstimoteSDK
//
//  Created by Marcin Klimek on 17/12/13.
//  Copyright (c) 2013 Estimote. All rights reserved.
//

#import <Foundation/Foundation.h>


@interface ESTBeaconBaseVO : NSObject

- (id)objectForKey:(NSString *)aKey inDictionary:(NSDictionary *)dict;

@end
