No Description

SubmitCarriageMoneyCell.h 335B

12345678910111213141516
  1. //
  2. // PdRightArrowTableViewCell.h
  3. // FirstLink
  4. //
  5. // Created by 王孝道 on 15/6/2.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. // 运费选择
  8. #import <UIKit/UIKit.h>
  9. #import "PindanBaseCell.h"
  10. @interface SubmitCarriageMoneyCell : PindanBaseCell
  11. @property (nonatomic, strong, readonly) UILabel *rightLabel;
  12. @end