// // TFCommonCell.h // trueface // // Created by Apple on 2019/10/9. // Copyright © 2019 jie. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YOUPAITFBaseCell : UITableViewCell +(instancetype)youpaifcellWithTableViewCell:(UITableView *)tableView; -(void)youpaifsetupUI; @end NS_ASSUME_NONNULL_END