summaryrefslogtreecommitdiff
path: root/QSFoundation.framework/Versions/A/PrivateHeaders/NSCursor_InformExtensions.h
blob: 46339a192c03dbfe3477cc057e7509c626da5449 (plain)
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