InformViewController.h 313 Bytes
//
//  InformViewController.h
//  IVTMeLive
//
//  Created by xrg on 16/5/13.
//  Copyright © 2016年 Joky. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface InformViewController : UIViewController

@property (nonatomic,copy) NSString *liveId;

@property (nonatomic, strong)NSProgress *progress;
@end