/* NSNull.h Copyright (c) 1994-2012, Apple Inc. All rights reserved. */ #import @interface NSNull : NSObject + (NSNull *)null; @end