home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Headers / MOKit / MOController.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-23  |  270 b   |  12 lines

  1. //
  2. //    MOController.h -- this is a compatability header
  3. //        Written by Don Yacktman Copyright (c) 1994 by Don Yacktman.
  4. //    
  5.  
  6. #import <misckit/MiscNibController.h>
  7.  
  8. #ifndef MOCONTROLLER_H
  9. #define MOCONTROLLER_H
  10. #define MOController MiscNibController
  11. #endif MOCONTROLLER_H
  12.