QuizViewController.h 224 B

1234567891011121314
  1. //
  2. // QuizViewController.h
  3. // OneCable
  4. //
  5. // Created by nComz on 2017. 3. 17..
  6. // Copyright © 2017년 ntels. All rights reserved.
  7. //
  8. #import "JDViewController.h"
  9. @interface QuizViewController : JDViewController
  10. @end