// // NSCursor_InformExtensions.h // Quicksilver // // Created by Alcor on Thu May 06 2004. // Copyright (c) 2004 Blacktree. All rights reserved. // #import @interface NSCursor (InformExtensions) + informativeCursorWithString:(NSString *)string; @end