FanweCustomHud.h 329 B

12345678910111213141516171819
  1. //
  2. // FanweCustomHud.h
  3. // BuguLive
  4. //
  5. // Created by xfg on 2017/3/9.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface FanweCustomHud : NSObject
  10. + (instancetype)sharedInstance;
  11. - (void)startLoadingInView:(UIView*)view tipMsg:(NSString *)tipMsg;
  12. - (void)stopLoading;
  13. @end