JCHATLoadMessageTableViewCell.h 303 B

1234567891011121314151617
  1. //
  2. // JCHATLoadMessageTableViewCell.h
  3. // JChat
  4. //
  5. // Created by HuminiOS on 15/10/23.
  6. // Copyright © 2015年 HXHG. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface JCHATLoadMessageTableViewCell : UITableViewCell
  10. {
  11. UIActivityIndicatorView *loadIndicator;
  12. }
  13. - (void)startLoading;
  14. @end