mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 14:00:50 +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
ae1ab06409
commit
ceb2323c0b
30 changed files with 321 additions and 1281 deletions
|
@ -29,7 +29,11 @@
|
|||
#ifndef _GNUstep_H_IBClasses
|
||||
#define _GNUstep_H_IBClasses
|
||||
|
||||
#import <AppKit/NSView.h>
|
||||
#ifndef GNUSTEP
|
||||
#include <AppKit/AppKit.h>
|
||||
#else
|
||||
#include <AppKit/NSView.h>
|
||||
#endif
|
||||
|
||||
@class NSString;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue