Completed rewrite with some testing.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19181 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-04-25 07:40:19 +00:00
parent 55e35306a2
commit 894578ed1b
5 changed files with 63 additions and 22 deletions

View file

@ -25,10 +25,11 @@
#define __NSProtocolChecker_h_GNUSTEP_BASE_INCLUDE
#include <Foundation/NSObject.h>
#include <Foundation/NSProxy.h>
@class Protocol;
@interface NSProtocolChecker : NSObject
@interface NSProtocolChecker : NSProxy
{
Protocol *_myProtocol;
NSObject *_myTarget;