CNMyTableViewCell.h 312 Bytes
//
//  CNMyTableViewCell.h
//  CNLiveScioLive
//
//  Created by CNLive-zxw on 2018/9/18.
//  Copyright © 2018年 CNLive. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface CNMyTableViewCell : UITableViewCell
@property (nonatomic, copy) NSString *name;
@property (nonatomic, copy) NSString *pic;

@end