From 74ad2857a75567b273951be9cbe998133fbca26a Mon Sep 17 00:00:00 2001 From: "thomasvl@gmail.com" Date: Tue, 3 Feb 2009 17:09:43 +0000 Subject: - Added GTMNSObject+KeyValueObserving to make it easier on folks to do KVO "correctly". Based on some excellent code by Michael Ash. http://www.mikeash.com/?page=pyblog/key-value-observing-done-right.html This has been added for iPhone and OS X. - Fixed up GTMSenTestCase on iPhone so that it has a description that matches that of OCUnit. --- Foundation/GTMObjC2Runtime.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Foundation/GTMObjC2Runtime.h') diff --git a/Foundation/GTMObjC2Runtime.h b/Foundation/GTMObjC2Runtime.h index 8d62abf..2c25841 100644 --- a/Foundation/GTMObjC2Runtime.h +++ b/Foundation/GTMObjC2Runtime.h @@ -47,9 +47,10 @@ #import #endif +#import + #if MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5 #import "objc/Protocol.h" -#import OBJC_EXPORT Class object_getClass(id obj); OBJC_EXPORT const char *class_getName(Class cls); -- cgit v1.2.3