mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
f85335a7f9
svn path=/trunk/netsurf/; revision=11396
13 lines
240 B
Objective-C
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
|