1234567891011121314151617181920212223242526 |
- //
- // UITableViewCell+Extension.m
- // CreditAssistant
- //
- // Created by admin on 2019/3/20.
- // Copyright © 2019 admin. All rights reserved.
- //
- #import "UITableViewCell+Extension.h"
- @implementation UITableViewCell (Extension)
- - (void)setContentView{
-
- }
- - (void)configWithViewModel:(id)viewModel indexpath:(NSIndexPath *)indexPath{
-
- }
- - (void)setContentViewConstraints{
-
- }
- @end
|