LoadingView.h
298 Bytes
//
// LoadingView.h
// CNLivePlayerSDKDemo
//
// Created by iOS on 17/3/8.
// Copyright © 2017年 雷浩杰. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LoadingView : UIView
@property (nonatomic, strong) UIButton *retryBtn;
- (void)startLoading;
- (void)stopLoading;
@end