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