WithdrawalDetailController.h 300 B

123456789101112131415
  1. //
  2. // WithdrawalDetailController.h
  3. // model
  4. //
  5. // Created by 杨键 on 2018/8/3.
  6. // Copyright © 2018年 Mine. All rights reserved.
  7. //
  8. #import "ModelBaseViewController.h"
  9. @interface WithdrawalDetailController : ModelBaseViewController
  10. @property (nonatomic, strong) NSString *withdrawPk;
  11. @end