home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / NestleView.m < prev    next >
Text File  |  1996-04-26  |  392b  |  23 lines

  1. /* NestleView.m
  2.  *
  3.  * by Nik Gervae, Technical Publications, NeXT Software Inc.
  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.  
  11. #import "RectsView.h"
  12. #import "NestleView.h"
  13.  
  14. @implementation NestleView
  15.  
  16. - (BOOL)isFlipped
  17. {
  18.     return YES;
  19. }
  20.  
  21.  
  22. @end
  23.