UITableView+NIMScrollToBottom.h 244 B

1234567891011121314
  1. //
  2. // UITableView+NTESScrollToBottom.h
  3. // NIMDemo
  4. //
  5. // Created by chris.
  6. // Copyright (c) 2015年 Netease. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UITableView (NIMKit)
  10. - (void)nim_scrollToBottom:(BOOL)animation;
  11. @end