#pragma once
#import <UIKit/UIKit.h>

@interface AttributeEntry : NSObject

@property NSString *key;
@property id value;

@end
