mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
8878d34fc3
commit
6258794c83
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue