IVTUserInfoCenterViewController.h 295 Bytes
//
//  IVTUserInfoCenterViewController.h
//  IVTMeLiveTwo
//
//  Created by XRG on 16/8/25.
//  Copyright © 2016年 QLQ. All rights reserved.
//

#import "BaseViewController.h"

@interface IVTUserInfoCenterViewController : BaseViewController

@property (nonatomic,copy) NSString *userId;

@end