| 12345678910111213141516171819 |
- //
- // FanweCustomHud.h
- // BuguLive
- //
- // Created by xfg on 2017/3/9.
- // Copyright © 2017年 xfg. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface FanweCustomHud : NSObject
- + (instancetype)sharedInstance;
- - (void)startLoadingInView:(UIView*)view tipMsg:(NSString *)tipMsg;
- - (void)stopLoading;
- @end
|