#import <Foundation/Foundation.h> @interface NSString (JSMessagesView) - (NSString *)trimWhitespace; - (NSUInteger)numberOfLines; @end