You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/cocoa/PSMTabBarControl/NSString_AITruncation.h

13 lines
240 B

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