#import "RNNDictionary.h"

@interface RNNDictionary ()

@property(nonatomic, retain) NSDictionary *value;

@end

@implementation RNNDictionary

@end
