#import "NullDictionary.h" @implementation NullDictionary - (instancetype)init { self = [super initWithValue:nil]; return self; } @end