00001
00002
00003
00004
00005
00006
00007 #import <Foundation/NSTimeZone.h>
00008
00009 @interface NSCFTimeZone : NSTimeZone
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 - (id)name;
00021 - (id)data;
00022 - (int)secondsFromGMTForDate:(id)fp8;
00023 - (id)abbreviationForDate:(id)fp8;
00024 - (BOOL)isDaylightSavingTimeForDate:(id)fp8;
00025 - (double)_secondsFromGMTForAbsoluteTime:(double)fp8;
00026 - (id)_abbreviationForAbsoluteTime:(double)fp8;
00027 - (BOOL)_isDaylightSavingTimeForAbsoluteTime:(double)fp8;
00028 - (id)init;
00029 - (id)initWithName:(id)fp8;
00030 - (id)initWithName:(id)fp8 data:(id)fp12;
00031 - (id)initWithExactName:(id)fp8 data:(id)fp12;
00032
00033 @end
00034