IVTInformViewController.h
330 Bytes
//
// IVTInformViewController.h
// IVTMeLiveTwo
//
// Created by xrg on 16/10/14.
// Copyright © 2016年 QLQ. All rights reserved.
//
#import "BaseViewController.h"
@interface IVTInformViewController : BaseViewController
@property (nonatomic,copy) NSString *liveId;
@property (nonatomic, strong)NSProgress *progress;
@end