123456789101112131415161718 |
- //
- // WaringDetailList.h
- // LN_School
- //
- // Created by EchoShacolee on 2017/8/12.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface WaringDetailList : UIViewController
- @property(nonatomic,copy)NSString *startDate;
- @property(nonatomic,copy)NSString *endDate;
- @property(nonatomic,copy)NSString *type;
- @property(nonatomic,copy)NSString *status;
- @end
|