mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:30:39 +00:00
Merge from 0.8.5 branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16250 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8de1061830
commit
23049dde9e
30 changed files with 321 additions and 1281 deletions
|
@ -26,7 +26,11 @@
|
|||
#ifndef _GNUstep_H_Translator
|
||||
#define _GNUstep_H_Translator
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#ifndef GNUSTEP
|
||||
#include <Foundation/Foundation.h>
|
||||
#else
|
||||
#include <Foundation/NSObject.h>
|
||||
#endif
|
||||
|
||||
@class NSMutableArray;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue