BindingTelAndThirdpartyTableViewCell.h 392 Bytes
//
//  BindingTelAndThirdpartyTableViewCell.h
//  IVTMeLiveTwo
//
//  Created by XRG on 16/8/24.
//  Copyright © 2016年 QLQ. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface BindingTelAndThirdpartyTableViewCell : UITableViewCell

@property (nonatomic,copy) NSString *headerImageName;
@property (nonatomic,copy) NSString *titleString;
@property (nonatomic) BOOL isBinding;

@end