home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / RadioAssociation / RadioAssociation.h next >
Text File  |  1992-09-04  |  250b  |  13 lines

  1. /*
  2.  * RadioAssociation -
  3.  *     William Shipley 
  4.  */
  5.  
  6. #import <dbkit/dbkit.h>
  7. #import <appkit/appkit.h>
  8.  
  9. @interface Matrix(RadioAssociation)
  10. - association:association setValue:(DBValue *)value;
  11. - association:association getValue:(DBValue *)value;
  12. @end
  13.