| 123456789101112131415161718192021222324 |
- //
- // DeliveryRequirementDetailListCellTableViewCell.m
- // IBOSSHSH
- //
- // Created by ssl on 2018/1/16.
- // Copyright © 2018年 elongtian. All rights reserved.
- //
- #import "DispatchRequirementDetailListCell.h"
- @implementation DispatchRequirementDetailListCell
- - (void)awakeFromNib {
- [super awakeFromNib];
- // Initialization code
- }
- - (void)setSelected:(BOOL)selected animated:(BOOL)animated {
- [super setSelected:selected animated:animated];
- // Configure the view for the selected state
- }
- @end
|