From d21447d096a320a08b3efb2b8768fad0dcdcfd64 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 5 May 2016 22:28:51 +0100 Subject: move frontends into sub directory --- frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h (limited to 'frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h') diff --git a/frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h b/frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h new file mode 100644 index 000000000..cbcbf2c7f --- /dev/null +++ b/frontends/cocoa/PSMTabBarControl/NSString_AITruncation.h @@ -0,0 +1,12 @@ +// +// NSString_AITruncation.h +// PSMTabBarControl +// +// Created by Evan Schoenberg on 7/14/07. +// + +#import + +@interface NSString (AITruncation) +- (NSString *)stringWithEllipsisByTruncatingToLength:(NSUInteger)length; +@end -- cgit v1.2.3