Index: src/OFDate.h ================================================================== --- src/OFDate.h +++ src/OFDate.h @@ -29,10 +29,15 @@ */ @interface OFDate: OFObject { of_time_interval_t _seconds; } + +#ifdef OF_HAVE_CLASS_PROPERTIES +@property (class, readonly, nonatomic) OFDate *distantFuture; +@property (class, readonly, nonatomic) OFDate *distantPast; +#endif /*! * The microsecond of the date. */ @property (readonly, nonatomic) uint32_t microsecond;