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

#import "BaseViewController.h"

@interface IVTMyChatListViewController : BaseViewController

@property (nonatomic) BOOL isSmall;

@end