IVTMeMiTangViewController.h
313 Bytes
//
// IVTMeMiTangViewController.h
// IVTMeLive
//
// Created by XRG on 16/5/31.
// Copyright © 2016年 Joky. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IVTMeMiTangViewController : UIViewController
@property(nonatomic,strong)NSString *userID;
@property(nonatomic,assign)BOOL isMain;
@end