IVTMyBlackListTableViewCell.h
281 Bytes
//
// IVTMyBlackListTableViewCell.h
// IVTMeLiveTwo
//
// Created by XRG on 16/8/24.
// Copyright © 2016年 QLQ. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IVTMyBlackListTableViewCell : UITableViewCell
@property (nonatomic,copy) NSDictionary *entity;
@end