TrainPriceDetail.h 298 B

1234567891011121314151617
  1. //
  2. // TrainPriceDetail.h
  3. // LN_School
  4. //
  5. // Created by EchoShacolee on 2017/4/19.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import "Job_Detail_base.h"
  9. typedef void(^TPBlock)(void);
  10. @interface TrainPriceDetail : Job_Detail_base
  11. @property(nonatomic,copy)NSString *theId;
  12. @end