IVTLivePreviewViewController.h 338 Bytes
//
//  IVTLivePreviewViewController.h
//  IVTMeLiveTwo
//
//  Created by XRG on 16/8/23.
//  Copyright © 2016年 QLQ. All rights reserved.
//

#import "BaseViewController.h"

@interface IVTLivePreviewViewController : UIViewController

@property (nonatomic, strong) XMPPJID *roomJID;
@property (nonatomic, strong) NSString *liveID;

@end