NSString+MessageInputView.h 396 B

12345678910111213141516171819
  1. //
  2. // NSString+MessageInputView.h
  3. // MessageDisplayExample
  4. //
  5. // Created by qtone-1 on 14-4-24.
  6. // Copyright (c) 2014年 曾宪华 开发团队(http://iyilunba.com ) 本人QQ:543413507 本人QQ群(142557668). All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSString (MessageInputView)
  10. - (NSString *)stringByTrimingWhitespace;
  11. - (NSUInteger)numberOfLines;
  12. @end