X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/_UIDateLabelCache.h diff --git a/UIKit/_UIDateLabelCache.h b/UIKit/_UIDateLabelCache.h new file mode 100644 index 0000000..061cbb6 --- /dev/null +++ b/UIKit/_UIDateLabelCache.h @@ -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 + +@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 +