home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / ClassEditor.0.3 / Source / MiscString_more.h < prev    next >
Encoding:
Text File  |  1995-01-23  |  519 b   |  27 lines

  1. /* MiscString_more.h                 
  2.  *
  3.  * This object controls the data of a beaker (molecules, cameras, groups etc.)
  4.  * It is the main document of BeakerBoy and controls everything from loading to
  5.  * setting up the browser which does most of the other work.
  6.  *
  7.  * Usage: ....
  8.  *
  9.  * Written by:         Thomas Engel
  10.  * Created:            23.10.1993 (Copyleft)
  11.  * Last modified:     12.11.1994
  12.  */
  13.  
  14. #import <appkit/appkit.h>
  15.  
  16. @interface MiscString ( More )
  17.  
  18. - squashAllWhiteSpaces;
  19.  
  20. @end
  21.  
  22. /*
  23.  * History: 13.01.95 Buh
  24.  *            
  25.  *
  26.  * Bugs: - ...
  27.  */