home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Examples / MiscStringService / Controller.h < prev    next >
Encoding:
Text File  |  1994-01-09  |  167 b   |  12 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface Controller:Object
  5. {
  6. }
  7.  
  8. - alterText:(id)pasteboard userData:(const char*)userData error:(char **)msg;
  9. - appDidInit:sender;
  10.  
  11. @end
  12.