mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 01:01:10 +00:00
Modified #include and @class machinery to be efficient
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13446 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
adb0b8cab7
commit
809b301418
1 changed files with 6 additions and 1 deletions
|
@ -28,13 +28,18 @@
|
|||
#ifndef _GNUstep_H_NSAttributedString
|
||||
#define _GNUstep_H_NSAttributedString
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <Foundation/NSAttributedString.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <AppKit/NSFileWrapper.h>
|
||||
#include <AppKit/NSFontManager.h>
|
||||
#include <AppKit/NSText.h>
|
||||
#include <AppKit/AppKitDefines.h>
|
||||
|
||||
@class NSTextAttachment;
|
||||
@class NSString;
|
||||
@class NSDictionary;
|
||||
@class NSData;
|
||||
@class NSURL;
|
||||
|
||||
/* Global NSString attribute names used in accessing the respective
|
||||
property in a text attributes dictionary. if the key is not in the
|
||||
|
|
Loading…
Reference in a new issue