LVCUGCBackgroundView.h
348 Bytes
//
// LVCUGCBackgroundView.h
// LiveVideoCloud
//
// Created by cnliveJunBo on 17/3/20.
// Copyright © 2017年 cnlive. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LVCUGCBackgroundView : UIView
@property (nonatomic, assign) int anchorStatus; //设置主播状态
@property (nonatomic, strong) UIButton *backButton;
@end