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