| 12345678910111213141516171819202122232425 |
- //
- // QuizSelectViewController.h
- // OneCable
- //
- // Created by nComz on 2017. 3. 31..
- // Copyright © 2017년 ntels. All rights reserved.
- //
- #import "JDViewController.h"
- @class KNTableViewCell;
- @class CustomButton;
- @class CustomLabel;
- @interface QuizSelectViewController : JDViewController
- @property (weak, nonatomic) IBOutlet UIView *maskView;
- @property (weak, nonatomic) IBOutlet UIView *viewQuizSelect;
- @property (weak, nonatomic) IBOutlet CustomButton *btnClose;
- @end
|