RepairApplyVC.h 388 B

123456789101112131415161718
  1. //
  2. // RepairApplyVC.h
  3. // LN_School
  4. //
  5. // Created by EchoShacolee on 2017/6/16.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface RepairApplyVC : UIViewController
  10. @property(nonatomic,strong)NSDictionary *theDic;
  11. @property(nonatomic,copy)NSString *type;//1新增,2修改
  12. @property(nonatomic,copy)BlockTypeVo blcok;//结束通知刷新
  13. @end