netsurf/cocoa/PSMTabBarControl/NSString_AITruncation.h

13 lines
240 B
Objective-C

//
// NSString_AITruncation.h
// PSMTabBarControl
//
// Created by Evan Schoenberg on 7/14/07.
//
#import <Cocoa/Cocoa.h>
@interface NSString (AITruncation)
- (NSString *)stringWithEllipsisByTruncatingToLength:(NSUInteger)length;
@end