// // Created by kazuma.ukyo on 12/27/12. // // To change the template use AppCode | Preferences | File Templates. // #import // http://stackoverflow.com/questions/2060741/does-objective-c-use-short-circuit-evaluation @interface NSNull (OVNatural) - (void)forwardInvocation:(NSInvocation *)anInvocation; - (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector; @end