DeliveryListDetailCell.m 296 B

123456789101112131415
  1. //
  2. // DeliveryListDetailCell.m
  3. // IBOSS
  4. //
  5. // Created by Dongke on 16/1/12.
  6. // Copyright © 2017年 沈阳东科云信软件有限公司. All rights reserved.
  7. //
  8. // 功能描述:回执明细列表单元格
  9. #import "DeliveryListDetailCell.h"
  10. @implementation DeliveryListDetailCell
  11. @end