JCHATTimeOutManager.h 345 B

12345678910111213141516171819
  1. //
  2. // JCHATTimeOutManager.h
  3. // JChat
  4. //
  5. // Created by HuminiOS on 15/11/2.
  6. // Copyright © 2015年 HXHG. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface JCHATTimeOutManager : NSObject
  10. + (JCHATTimeOutManager *)ins;
  11. + (void)releaseMemery;
  12. - (void)startTimerWithVC:(UIViewController *)viewCtl;
  13. - (void)stopTimer;
  14. @end