home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2008 March / MAC_easy_03_08.iso / Software / Shareware / Isolator-3.3.dmg / Docs / Source Code / LessThanAboutOne.h < prev    next >
Encoding:
Text File  |  2008-06-04  |  235 b   |  18 lines

  1. //
  2. //  LessThanAboutOne.h
  3. //  Isolator
  4. //
  5. //  Created by Ben Willmore on 13/02/2007.
  6. //  Copyright 2007 __MyCompanyName__. All rights reserved.
  7. //
  8.  
  9. #import <Cocoa/Cocoa.h>
  10.  
  11.  
  12. @interface LessThanAboutOne : NSValueTransformer {
  13.  
  14.  
  15. }
  16.  
  17. @end
  18.