// // PdRightArrowTableViewCell.h // FirstLink // // Created by 王孝道 on 15/6/2. // Copyright (c) 2015年 FirstLink. All rights reserved. // 运费选择 #import #import "PindanBaseCell.h" @interface SubmitCarriageMoneyCell : PindanBaseCell @property (nonatomic, strong, readonly) UILabel *rightLabel; @end