|
@@ -55,7 +55,10 @@
|
|
|
|
|
|
|
|
@property (weak, nonatomic) IBOutlet DatePickerButton *btnDate;
|
|
@property (weak, nonatomic) IBOutlet DatePickerButton *btnDate;
|
|
|
@property (weak, nonatomic) IBOutlet CustomTextField *txtQuestion;
|
|
@property (weak, nonatomic) IBOutlet CustomTextField *txtQuestion;
|
|
|
|
|
+@property (weak, nonatomic) IBOutlet CustomTextField *txtSelfQuiz;
|
|
|
@property (weak, nonatomic) IBOutlet CustomButton *btnQuizSelect;
|
|
@property (weak, nonatomic) IBOutlet CustomButton *btnQuizSelect;
|
|
|
|
|
+@property (weak, nonatomic) IBOutlet UIView *viewSelfQuiz;
|
|
|
|
|
+@property (weak, nonatomic) IBOutlet NSLayoutConstraint *viewHeight;
|
|
|
|
|
|
|
|
@end
|
|
@end
|
|
|
|
|
|