mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 10:10:48 +00:00
Fixed #include, @class machinery to be more efficient
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
889085a2c1
commit
1516644d6d
1 changed files with 5 additions and 2 deletions
|
@ -25,10 +25,13 @@
|
|||
#ifndef _GNUstep_H_NSWindowController
|
||||
#define _GNUstep_H_NSWindowController
|
||||
|
||||
#include <Foundation/Foundation.h>
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <AppKit/NSNibDeclarations.h>
|
||||
|
||||
@class NSWindow, NSDocument;
|
||||
@class NSString;
|
||||
@class NSArray;
|
||||
@class NSWindow;
|
||||
@class NSDocument;
|
||||
|
||||
@interface NSWindowController : NSObject <NSCoding>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue