CarList.h 239 B

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