mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +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
a82a10471f
commit
c06bffe250
29 changed files with 203 additions and 157 deletions
|
@ -29,9 +29,10 @@
|
|||
#define _GNUstep_H_NSInputServer
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
|
||||
#include <objc/Protocol.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#import <Foundation/NSGeometry.h>
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
@class NSString;
|
||||
|
||||
@protocol NSInputServerMouseTracker
|
||||
- (BOOL) mouseDownOnCharacterIndex: (unsigned)index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue