home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Utilities / Fiend-1.4.1-src / BlackView.h < prev    next >
Encoding:
Text File  |  1994-09-20  |  152 b   |  12 lines

  1. #import <appkit/View.h>
  2.  
  3. @interface BlackView:View
  4. {
  5. }
  6.  
  7. - oneStep;
  8. - drawSelf:(const NXRect *)rects :(int)rectCount;
  9. - (BOOL)isBoringScreenSaver;
  10.  
  11. @end
  12.