WaringDetailList.h 396 B

123456789101112131415161718
  1. //
  2. // WaringDetailList.h
  3. // LN_School
  4. //
  5. // Created by EchoShacolee on 2017/8/12.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface WaringDetailList : UIViewController
  10. @property(nonatomic,copy)NSString *startDate;
  11. @property(nonatomic,copy)NSString *endDate;
  12. @property(nonatomic,copy)NSString *type;
  13. @property(nonatomic,copy)NSString *status;
  14. @end