root/Trunk/AIUtilities.framework/Versions/A/Headers/AIScannerAdditions.h @ 2

Revision 2, 285 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1//
2//  AIScannerAdditions.h
3//  AIUtilities.framework
4//
5//  Created by Mac-arena the Bored Zo on 2004-12-29.
6//  Copyright (c) 2004-2005 The Adium Team. All rights reserved.
7//
8
9@interface NSScanner(AIScannerAdditions)
10
11- (BOOL)scanUnsignedInt:(unsigned int *)unsignedIntValue;
12
13@end
Note: See TracBrowser for help on using the browser.