Sign in

iOS Team / CNLiveStreamingKitSDKDemo · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveStreamingKitSDKDemo
  • QNLiveStreamingSDKDemo
  • QNLiveStreamingDemo
  • BackgroundView.h
  • 更新SDK
    87aedb54
    朱林 authored
    2017-04-11 11:13:54 +0800  
    Browse Code »
BackgroundView.h 279 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  BackgroundView.h
//  QNLiveStreamingDemo
//
//  Created by iOS on 17/4/7.
//  Copyright © 2017年 zhulin. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface BackgroundView : UIView

@property (nonatomic, assign) int anchorStatus;     //设置主播状态

@end