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