TeachLogForCheckVC.h 258 B

123456789101112131415161718
  1. //
  2. // TeachLogForCheckVC.h
  3. // LNManager
  4. //
  5. // Created by apple on 2017/6/23.
  6. // Copyright © 2017年 lee. All rights reserved.
  7. //
  8. #import "BaseVC.h"
  9. @interface TeachLogForCheckVC : BaseVC
  10. @property (nonatomic, strong) NSDictionary *checkDic;
  11. @end