Changeset 4874
- Timestamp:
- 08/22/07 21:19:30 (1 year ago)
- Files:
-
- WiredAdditions/trunk/NSObject-WIAdditions.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredAdditions/trunk/NSObject-WIAdditions.h
r4873 r4874 59 59 - (void)performSelectorOnMainThread:(SEL)selector waitUntilDone:(BOOL)waitUntilDone; 60 60 - (void)performSelectorOnMainThread:(SEL)selector withObject:(id)object1; 61 - (void)performSelectorOnMainThread:(SEL)selector withObject:(id)object1 waitUntilDone:(BOOL)waitUntilDone;62 61 - (void)performSelectorOnMainThread:(SEL)selector withObject:(id)object1 withObject:(id)object2; 63 62 - (void)performSelectorOnMainThread:(SEL)selector withObject:(id)object1 withObject:(id)object2 waitUntilDone:(BOOL)waitUntilDone;
