home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / sampl254.zip / gcc2 / samples / sample4 / message.h < prev    next >
C/C++ Source or Header  |  1993-10-31  |  112b  |  10 lines

  1. #include "objc/Object.h"
  2.  
  3. @interface Message: Object
  4. {
  5.   id list;
  6. }
  7. - append: printable;
  8. - print;
  9. @end
  10.