@implementation NSNull (SelfOrNil) - (instancetype)self { return nil; } @end