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