QuizSelectViewController.h 483 B

12345678910111213141516171819202122232425
  1. //
  2. // QuizSelectViewController.h
  3. // OneCable
  4. //
  5. // Created by nComz on 2017. 3. 31..
  6. // Copyright © 2017년 ntels. All rights reserved.
  7. //
  8. #import "JDViewController.h"
  9. @class KNTableViewCell;
  10. @class CustomButton;
  11. @class CustomLabel;
  12. @interface QuizSelectViewController : JDViewController
  13. @property (weak, nonatomic) IBOutlet UIView *maskView;
  14. @property (weak, nonatomic) IBOutlet UIView *viewQuizSelect;
  15. @property (weak, nonatomic) IBOutlet CustomButton *btnClose;
  16. @end