MinRescord.h 248 B

123456789101112131415
  1. //
  2. // MinRescord.h
  3. // LNManager
  4. //
  5. // Created by EchoShacolee on 2017/4/14.
  6. // Copyright © 2017年 lee. All rights reserved.
  7. //
  8. #import "Base_tbVC.h"
  9. @interface MinRescord : Base_tbVC
  10. @property(nonatomic,retain)NSDictionary * stuDic;
  11. @end