// // TrainPriceDetail.h // LN_School // // Created by EchoShacolee on 2017/4/19. // Copyright © 2017年 Danson. All rights reserved. // #import "Job_Detail_base.h" typedef void(^TPBlock)(void); @interface TrainPriceDetail : Job_Detail_base @property(nonatomic,copy)NSString *theId; @end