Changeset 4874

Show
Ignore:
Timestamp:
08/22/07 21:19:30 (1 year ago)
Author:
morris
Message:

Foundation provides that one

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredAdditions/trunk/NSObject-WIAdditions.h

    r4873 r4874  
    5959- (void)performSelectorOnMainThread:(SEL)selector waitUntilDone:(BOOL)waitUntilDone; 
    6060- (void)performSelectorOnMainThread:(SEL)selector withObject:(id)object1; 
    61 - (void)performSelectorOnMainThread:(SEL)selector withObject:(id)object1 waitUntilDone:(BOOL)waitUntilDone; 
    6261- (void)performSelectorOnMainThread:(SEL)selector withObject:(id)object1 withObject:(id)object2; 
    6362- (void)performSelectorOnMainThread:(SEL)selector withObject:(id)object1 withObject:(id)object2 waitUntilDone:(BOOL)waitUntilDone;