00001
00002
00003
00004
00005
00006
00007 #import <Foundation/NSTimer.h>
00008
00009 @interface NSCFTimer : NSTimer
00010 {
00011 }
00012
00013 + (id)allocWithZone:(struct _NSZone *)fp8;
00014 - (BOOL)isEqual:(id)fp8;
00015 - (unsigned int)hash;
00016 - (id)retain;
00017 - (oneway void)release;
00018 - (unsigned int)retainCount;
00019 - (void)finalize;
00020 - (BOOL)isValid;
00021 - (double)timeInterval;
00022 - (void)invalidate;
00023 - (id)fireDate;
00024 - (void)setFireDate:(id)fp8;
00025 - (id)userInfo;
00026 - (void)fire;
00027 - (unsigned long)_cfTypeID;
00028 - (id)initWithFireDate:(id)fp8 interval:(double)fp12 target:(id)fp20 selector:(SEL)fp24 userInfo:(id)fp28 repeats:(BOOL)fp32;
00029 - (id)init;
00030
00031 @end
00032