blob: ba4867202c5de7b8c28ecf08ae97bb5bee6b84fb [file] [log] [blame]
//
// Created by Jesse Squires
// http://www.jessesquires.com
//
//
// Documentation
// http://cocoadocs.org/docsets/JSQMessagesViewController
//
//
// GitHub
// https://github.com/jessesquires/JSQMessagesViewController
//
//
// License
// Copyright (c) 2014 Jesse Squires
// Released under an MIT license: http://opensource.org/licenses/MIT
//
#import <Foundation/Foundation.h>
@interface NSString (JSQMessages)
/**
* @return A copy of the receiver with all leading and trailing whitespace removed.
*/
- (NSString *)jsq_stringByTrimingWhitespace;
@end