home *** CD-ROM | disk | FTP | other *** search
- /*
- * RadioAssociation -
- * William Shipley
- */
-
- #import <dbkit/dbkit.h>
- #import <appkit/appkit.h>
-
- @interface Matrix(RadioAssociation)
- - association:association setValue:(DBValue *)value;
- - association:association getValue:(DBValue *)value;
- @end
-