#import "NullIntNumber.h"

@implementation NullIntNumber

- (instancetype)init {
	self = [super initWithValue:nil];
	
	return self;
}


@end
