// // NSString-NJRExtensions.h // HostLauncher // // Created by nicholas on Wed Oct 31 2001. // Copyright (c) 2001 Nicholas Riley. All rights reserved. // #import #import "FSAnywhere.h" @interface NSString (NJRExtensions) - (NSAttributedString *)asAttributedStringTruncatedToWidth:(float)width; @end