JCHATAlertViewWait.h 354 B

1234567891011121314151617181920
  1. //
  2. // JCHATAlertViewWait.h
  3. // JChat
  4. //
  5. // Created by HuminiOS on 15/8/6.
  6. // Copyright (c) 2015年 HXHG. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface JCHATAlertViewWait : NSObject
  11. @property(strong,nonatomic)UIView *alertView;
  12. + (JCHATAlertViewWait *)ins;
  13. - (void)showInView;
  14. - (void)hidenAll;
  15. @end