mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-03 07:20:42 +00:00
Some more #include -> #import replacement.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30036 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
717ed845d0
commit
53381f6992
29 changed files with 203 additions and 157 deletions
|
@ -31,12 +31,13 @@
|
|||
#define __GNUstep_H_NSHelpManager
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#include <Foundation/NSBundle.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <Foundation/NSMapTable.h>
|
||||
#include <AppKit/NSApplication.h>
|
||||
#import <Foundation/NSBundle.h>
|
||||
#import <Foundation/NSGeometry.h>
|
||||
#import <AppKit/NSApplication.h>
|
||||
|
||||
@class NSAttributedString;
|
||||
@class NSString;
|
||||
@class NSMapTable;
|
||||
|
||||
@interface NSBundle (NSHelpManager)
|
||||
- (NSString *)pathForHelpResource:(NSString *)fileName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue