home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / DistributedObjects / remoteSpot / ClientRecord.h < prev    next >
Text File  |  1992-07-24  |  236b  |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface ClientRecord:Object
  7. {
  8.     id client;
  9.     id connection;
  10.     id spot;
  11. }
  12.  
  13. - init;
  14. - initClient:remoteClient connection:c spot:aSpot;
  15. - client;
  16. - connection;
  17. - spot;
  18.  
  19.  
  20. @end
  21.