home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 (1993) / nebula.bin / SourceCode / MiniExamples / PerformanceTuning / VisibleView-02 / StringManager.h < prev    next >
Encoding:
Text File  |  1991-10-18  |  364 b   |  18 lines

  1. //
  2. //    a manager for a nib file
  3. //      Randy Nelson, NeXT Developer Training
  4. //
  5. //    You may freely copy, distribute and reuse the code in this example.
  6. //    NeXT disclaims any warranty of any kind, expressed or implied, as to
  7. //    its fitness for any particular use.
  8. //
  9.  
  10. #import <objc/Object.h>
  11.  
  12. @interface StringManager:Object
  13. {
  14.     id  stringSet;
  15. }
  16. - stringSet;
  17. @end
  18.