MitangViewController.h 505 Bytes
//
//  MitangViewController.h
//  IVTMeLiveTwo
//
//  Created by xrg on 16/10/14.
//  Copyright © 2016年 QLQ. All rights reserved.
//

#import "BaseViewController.h"
#import "Masonry.h"
#import "UIColor+IVTMeColor.h"
#import "UIFont+IVTMeFont.h"
#import "IVTMeSupportFirstCell.h"
#import "IVTMeSupportCommonCell.h"
#import "IVTUserInfoCenterViewController.h"
@interface MitangViewController : BaseViewController

@property(nonatomic,strong)NSString *userID;
@property(nonatomic,assign)BOOL isMain;
@end