Insert contents of <objects/NSCoder.h>

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1399 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-04-17 12:57:43 +00:00
parent 97e9da8b23
commit bb2ba35bd9

View file

@ -77,4 +77,13 @@
@end
#ifndef NO_GNUSTEP
#include <objects/Coding.h>
#include <Foundation/NSCoder.h>
@interface NSCoder (GNU) <Encoding, Decoding>
@end
#endif /* NO_GNUSTEP */
#endif /* __NSCoder_h_OBJECTS_INCLUDE */