IVTMyCenterTableViewCell.h
329 Bytes
//
// IVTMyCenterTableViewCell.h
// IVTMeLiveTwo
//
// Created by XRG on 16/8/19.
// Copyright © 2016年 QLQ. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IVTMyCenterTableViewCell : UITableViewCell
@property (nonatomic,strong) NSString *imageName;
@property (nonatomic,strong) NSString *titleString;
@end