Remove direct usage of isa.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32248 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-02-20 18:24:44 +00:00
parent 251b1edd94
commit d83fb0774b
7 changed files with 44 additions and 35 deletions

View file

@ -29,7 +29,7 @@
#ifndef _GS_BINDING_HELPER_H
#define _GS_BINDING_HELPER_H
#include <Foundation/NSObject.h>
#import <Foundation/NSObject.h>
@class NSString;
@class NSDictionary;