]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/_UIDateLabelCache.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / _UIDateLabelCache.h
diff --git a/UIKit/_UIDateLabelCache.h b/UIKit/_UIDateLabelCache.h
new file mode 100644 (file)
index 0000000..061cbb6
--- /dev/null
@@ -0,0 +1,58 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <Foundation/NSObject.h>
+
+@class NSString, UIFont;
+
+@interface _UIDateLabelCache : NSObject
+{
+    double _today;
+    double _noon;
+    double _tomorrow;
+    double _previousWeek;
+    UIFont *_timeDesignatorFont;
+    NSString *_amString;
+    NSString *_pmString;
+    struct CGSize _amSize;
+    struct CGSize _pmSize;
+    struct __CFDictionary *_dateStringCache;
+    struct __CFDateFormatter *_timeFormatter;
+    struct __CFDateFormatter *_shortDateFormatter;
+    struct __CFTimeZone *_tz;
+    struct __CFDictionary *_dateSizeCache;
+    BOOL _use24HourTime;
+    BOOL _timeDesignatorAppearsBeforeTime;
+}
+
+- (BOOL)_isCurrentLocale24Hour;
+- (BOOL)_use24HourTime;
+- (BOOL)_timeDesignatorAppearsBeforeTime;
+- (id)init;
+- (void)dealloc;
+- (id)timeDesignatorFont;
+- (void)invalidateDateCache;
+- (void)_significantTimeChange;
+- (void)_languageChanged;
+- (void)_loadDesignatorStrings;
+- (id)amString;
+- (id)pmString;
+- (struct CGSize)amSize;
+- (struct CGSize)pmSize;
+- (void)_updateTodayAndNoon;
+- (int)dateKeyForAbsoluteTime:(double)fp8;
+- (double)todayAbsoluteTime;
+- (double)noonAbsoluteTime;
+- (id)timeDesignatorForAbsoluteTime:(double)fp8;
+- (struct CGSize)timeDesignatorSizeForAbsoluteTime:(double)fp8 forFont:(id)fp16;
+- (id)dateStringForAbsoluteTime:(double)fp8 dateKey:(int)fp16;
+- (struct CGSize)mainTimeSizeForDateKey:(int)fp8;
+- (void)setMainTimeSize:(struct CGSize)fp8 forDateKey:(int)fp16;
+- (BOOL)use24HourTime;
+- (BOOL)timeDesignatorAppearsBeforeTime;
+
+@end
+