| 12345678910111213141516171819 |
- //
- // PaymentinformationCell.h
- // jitao
- //
- // Created by 罗云飞 on 2017/12/24.
- // Copyright © 2017年 罗云飞. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface PaymentinformationCell : UITableViewCell
- @property(copy,nonatomic)UILabel *title;//标题
- @property(copy,nonatomic)UILabel *accountName;//开户姓名
- @property(copy,nonatomic)UILabel *openingaccount;//开户账号
- @property(copy,nonatomic)UILabel *bank;//开户行
- @end
|