00001 // 00002 // NSCursor+CustomCursors.h 00003 // Cursors 00004 // 00005 // Created by don on Wed Oct 31 2001. 00006 // Copyright (c) 2001 Don Yacktman. All rights reserved. 00007 // 00008 00009 #import <Cocoa/Cocoa.h> 00010 00011 // do not forget to add the cross.tiff and pencil.tiff file to your resources 00012 @interface NSCursor(CustomCursors) 00013 00014 + (NSCursor *)pencilCursor; 00015 + (NSCursor *)crossCursor; 00016 00017 @end