Sin descripción

OrderPayController.h 330B

123456789101112131415161718
  1. //
  2. // OrderPayController.h
  3. // FirstLink
  4. //
  5. // Created by jack on 15/7/9.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. // 订单付款
  8. #import <UIKit/UIKit.h>
  9. @class SubmitPaymentItem;
  10. @interface OrderPayController : FLViewController
  11. - (instancetype)initWithPaymentItem:(SubmitPaymentItem *)paymentItem;
  12. @end