mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
merge back reorganisation branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29615 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0b66e510d
commit
f13d56d8ec
263 changed files with 5577 additions and 4170 deletions
|
@ -25,17 +25,17 @@
|
|||
$Date$ $Revision$
|
||||
*/
|
||||
|
||||
#include "Foundation/NSClassDescription.h"
|
||||
#include "Foundation/NSLock.h"
|
||||
#include "Foundation/NSMapTable.h"
|
||||
#include "Foundation/NSNotification.h"
|
||||
#import "Foundation/NSClassDescription.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSMapTable.h"
|
||||
#import "Foundation/NSNotification.h"
|
||||
|
||||
|
||||
/**
|
||||
* Each instance of this class provides descriptive information for an
|
||||
* Objective C class. This is used for key-value coding, a framework
|
||||
* used in Cocoa for scripting with Objective-C objects. Scripting is
|
||||
* available in GNUstep using Guile, however that implementation does
|
||||
* available in GNUstep in many ways, however those implementations do
|
||||
* not make use of class descriptions. Therefore the primary purpose
|
||||
* of this class is to smooth the process of porting between GNUstep
|
||||
* and other OpenStep-derived systems.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue