1234567891011121314151617 |
- //
- // RepDetailVC.h
- // LN_School
- //
- // Created by EchoShacolee on 2017/6/15.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface RepDetailVC : UIViewController
- @property(nonatomic,strong)NSDictionary *dic;
- @property(nonatomic,copy)BlockTypeVo blcok;
- @end
|