]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "NSObject.h" | |
8 | ||
9 | @interface NSObject (NonRetainingDelayedPerforms) | |
10 | + (void)performSelectorWithNonRetainedTarget:(id)fp8 selector:(SEL)fp12 withObject:(id)fp16 afterDelay:(double)fp20; | |
11 | + (void)cancelPreviousPerformRequestsWithNonRetainedTarget:(id)fp8 selector:(SEL)fp12 object:(id)fp16; | |
12 | + (void)cancelPreviousPerformRequestsWithNonRetainedTarget:(id)fp8; | |
13 | - (void)_nonRetainingPerformSelector:(SEL)fp8 withObject:(id)fp12 afterDelay:(double)fp16 inModes:(id)fp24; | |
14 | @end | |
15 |