home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / AlexNeXTSTEPSource / Source / Chapter8_Prefs / PopUp / TargetObject.h < prev    next >
Encoding:
Text File  |  1992-12-06  |  92 b   |  10 lines

  1. #import <objc/Object.h>
  2.  
  3. @interface TargetObject:Object
  4.  
  5. {
  6. }
  7.  
  8. - printSelection:sender;
  9. @end
  10.