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