123456789101112131415161718 |
- //
- // WD_Detail_ShenHe.h
- // LNManager
- //
- // Created by EchoShacolee on 2017/6/8.
- // Copyright © 2017年 lee. All rights reserved.
- //
- #import "BaseVC.h"
- @interface WD_Detail_ShenHe : BaseVC
- @property(nonatomic,copy)BlockTypeVo block;//刷新
- @property(nonatomic,copy)NSString *shenheType;
- @property(nonatomic,copy)NSArray *ids;
- @end
|