2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
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
;