mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:00:37 +00:00
Replace #include -> #import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
895bea4b23
commit
3cdc68a09b
99 changed files with 849 additions and 769 deletions
|
@ -30,7 +30,9 @@
|
|||
#ifndef _GNUstep_H_NSDocumentFramworkPrivate
|
||||
#define _GNUstep_H_NSDocumentFramworkPrivate
|
||||
|
||||
#include <AppKit/NSDocumentController.h>
|
||||
#import "AppKit/NSDocument.h"
|
||||
#import "AppKit/NSDocumentController.h"
|
||||
#import "AppKit/NSWindowController.h"
|
||||
|
||||
@class NSTimer;
|
||||
|
||||
|
@ -50,18 +52,12 @@
|
|||
- (IBAction) _openRecentDocument: (id)sender;
|
||||
@end
|
||||
|
||||
|
||||
#include <AppKit/NSDocument.h>
|
||||
|
||||
@interface NSDocument (Private)
|
||||
- (void)_removeWindowController:(NSWindowController *)controller;
|
||||
- (NSWindow *)_transferWindowOwnership;
|
||||
- (void)_removeAutosavedContentsFile;
|
||||
@end
|
||||
|
||||
|
||||
#include <AppKit/NSWindowController.h>
|
||||
|
||||
@interface NSWindowController (Private)
|
||||
- (void)_windowDidLoad;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue