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