mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
55e35306a2
commit
894578ed1b
5 changed files with 63 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue