BackgroundView.h 279 Bytes
//
//  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