home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Misc / PhoneMemo / Source.compressed / Source.compressed / Source / MemoDelegate.h < prev    next >
Encoding:
Text File  |  1994-02-04  |  134 b   |  12 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface MemoDelegate:Object
  5. {
  6.     id    memoController;
  7. }
  8.  
  9. - textDidGetKeys:sender isEmpty:(BOOL)flag;
  10.  
  11. @end
  12.