123456789101112131415161718 |
- //
- // TeachLogForCheckVC.h
- // LNManager
- //
- // Created by apple on 2017/6/23.
- // Copyright © 2017年 lee. All rights reserved.
- //
- #import "BaseVC.h"
- @interface TeachLogForCheckVC : BaseVC
- @property (nonatomic, strong) NSDictionary *checkDic;
- @end
|