diff -r d84d25d6cdbb -r a910102a1c9d KVUtils.h --- a/KVUtils.h Sat Mar 08 21:04:41 2008 -0800 +++ b/KVUtils.h Tue Apr 07 11:13:25 2009 -0700 @@ -59,8 +59,9 @@ keyPath: (NSString*)keyPath action: (SEL)action; +/** observed or keyPath may be nil, meaning wildcard */ - (void) stopObserving: (id)observedOrNil keyPath: (NSString*)keyPathOrNil; - +- (void) stopObserving: (id)observed; - (void) stopObserving; @end