EleTwoTableVC.h 216 B

12345678910111213
  1. //
  2. // EleTwoTableVC.h
  3. // JSJPCoach
  4. //
  5. // Created by EchoShacolee on 2018/1/30.
  6. // Copyright © 2018年 Danson. All rights reserved.
  7. //
  8. #import "EleBaseTableVC.h"
  9. @interface EleTwoTableVC : EleBaseTableVC
  10. @end