Declare new method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1109 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-03-12 14:54:34 +00:00
parent 437913db94
commit 0b0329b2f6
2 changed files with 2 additions and 0 deletions

View file

@ -152,6 +152,7 @@
- (void) setDelegate: anObj;
- (void) invalidate;
- (BOOL) isValid;
/* Only subclassers and power-users need worry about these */
- (Proxy*) proxyForTarget: (unsigned)target;

View file

@ -152,6 +152,7 @@
- (void) setDelegate: anObj;
- (void) invalidate;
- (BOOL) isValid;
/* Only subclassers and power-users need worry about these */
- (Proxy*) proxyForTarget: (unsigned)target;