home *** CD-ROM | disk | FTP | other *** search
- // Note: the interface to this object is NOT copyrighted, but the
- // implementation is.
-
- #import <objc/Object.h>
- #import <appkit/Speaker.h>
-
- @interface GNULicense:Object
- {
- id panel;
- Speaker *speaker;
- }
-
- + new;
-
- - showLicense:sender;
- - printLicense:sender;
-
- - setPanel:anObject;
-
- @end
-