home *** CD-ROM | disk | FTP | other *** search
- // Donated by Jesse Tayler <jtayler@tmade.com>
- // Copyright (c) 1995 Jesse Tayler.
- // Use is governed by the MiscKit license.
-
-
- // Well, here are the categories I put together. They don't set the
- // year, and they cause a warning that I haven't fixed but they work.
-
- #import <misckit/MiscClockView.h>
-
- @class NSCalendarDate;
-
- @interface MiscClockView(MiscClockViewExtensions)
-
- - setTimeFromNSDate:(NSCalendarDate *)thedate;
-
- @end
-