SuctionDetailContactWayCell.h 722 B

123456789101112131415161718192021
  1. //
  2. // SuctionDetailContactWayCell.h
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 16/8/10.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SuctionDetailContactWayCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *nameLabel;
  11. @property (weak, nonatomic) IBOutlet UIView *lineView1;
  12. @property (weak, nonatomic) IBOutlet UIView *lineView2;
  13. @property (weak, nonatomic) IBOutlet UIView *lineView3;
  14. @property (weak, nonatomic) IBOutlet UILabel *contactPersonLabel;
  15. @property (weak, nonatomic) IBOutlet UILabel *contactPhoneLabel;
  16. @property (weak, nonatomic) IBOutlet UITextField *personTextFiled;
  17. @property (weak, nonatomic) IBOutlet UITextField *phoneTextFiled;
  18. @end