Sign in

iOS Team / CNLivePlayerStreamerSDKDemo · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLivePlayerStreamerSDKDemo
  • CNLivePlayerSDKTest
  • CNLivePlayerSDKTest
  • Player
  • LoadingView.h
  • no message
    0502f728
    朱林 authored
    2017-03-11 17:08:23 +0800  
    Browse Dir »
LoadingView.h 298 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
//
//  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