LoadingView.h
295 Bytes
//
// LoadingView.h
// QNLiveStreamingDemo
//
// Created by iOS on 17/4/7.
// Copyright © 2017年 zhulin. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LoadingView : UIView
@property (nonatomic, strong) UIButton *retryBtn;
- (void)startLoading;
- (void)stopLoading;
@end