1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// // NSCursor_InformExtensions.h // Quicksilver // // Created by Alcor on Thu May 06 2004. // Copyright (c) 2004 Blacktree. All rights reserved. // #import <Foundation/Foundation.h> @interface NSCursor (InformExtensions) + informativeCursorWithString:(NSString *)string; @end