Formatting change.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1100 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-12 14:43:55 +00:00
parent 8878d34fc3
commit 6258794c83

View file

@ -1,5 +1,5 @@
/* Interface for NSDate for GNUStep
Copyright (C) 1994 NeXT Computer, Inc.
Copyright (C) 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU Objective C Class Library.
@ -23,7 +23,8 @@
#include <Foundation/NSObject.h>
typedef double NSTimeInterval;
/* Time interval difference between two dates, in seconds. */
typedef double NSTimeInterval;
@class NSArray;
@class NSCalendarDate;