IVTEndLiveViewController.h 339 Bytes
//
//  IVTEndLiveViewController.h
//  IVTMeLiveTwo
//
//  Created by xrg on 16/8/22.
//  Copyright © 2016年 QLQ. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IVTEndLiveViewController : UIViewController


@property (nonatomic, strong) NSString * mitangTotle;
@property (nonatomic, strong) NSString * audienceTotle;


@end