Keine Beschreibung

OrderDetailController.h 332B

1234567891011121314151617
  1. //
  2. // OrdeDetailController.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/6/22.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. // 订单详情
  8. #import "FLViewController.h"
  9. #import "FKNormalOrderViewModel.h"
  10. @interface OrderDetailController : FLViewController
  11. - (instancetype)initWithOrderID:(NSString *)orderID;
  12. @end