Extracted the interface definition into a separate file.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9969 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-05-18 21:00:09 +00:00
parent f32e5d7b69
commit 4c33646018

View file

@ -46,6 +46,7 @@
#include <Foundation/NSDebug.h> #include <Foundation/NSDebug.h>
#include <Foundation/NSZone.h> #include <Foundation/NSZone.h>
#include <AppKit/NSTextStorage.h> #include <AppKit/NSTextStorage.h>
#include "GSTextStorage.h"
#define SANITY_CHECKS 0 #define SANITY_CHECKS 0
@ -121,13 +122,6 @@ unCacheAttributes(NSDictionary *attrs)
@interface GSTextStorage : NSTextStorage
{
NSMutableString *_textChars;
NSMutableArray *_infoArray;
}
@end
@interface GSTextInfo : NSObject <GCFinalization> @interface GSTextInfo : NSObject <GCFinalization>
{ {
@public @public