changeset 23 | a910102a1c9d |
parent 0 | d84d25d6cdbb |
1.1 --- a/KVUtils.h Sat Mar 08 21:04:41 2008 -0800 1.2 +++ b/KVUtils.h Tue Apr 07 11:13:25 2009 -0700 1.3 @@ -59,8 +59,9 @@ 1.4 keyPath: (NSString*)keyPath 1.5 action: (SEL)action; 1.6 1.7 +/** observed or keyPath may be nil, meaning wildcard */ 1.8 - (void) stopObserving: (id)observedOrNil keyPath: (NSString*)keyPathOrNil; 1.9 - 1.10 +- (void) stopObserving: (id)observed; 1.11 - (void) stopObserving; 1.12 1.13 @end