IVTMeSupportCommonCell.h
282 Bytes
//
// IVTMeSupportCommonCell.h
// IVTMeLive
//
// Created by XRG on 16/5/5.
// Copyright © 2016年 Joky. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IVTMeSupportCommonCell : UITableViewCell
/// 数据
@property (nonatomic, strong) NSDictionary *entity;
@end