NSValue+Expecta.h 156 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #import <Foundation/Foundation.h> @interface NSValue (Expecta) - (const char *)_EXP_objCType; - (void)set_EXP_objCType:(const char *)_EXP_objCType; @end