Version 0.2
This commit is contained in:
@@ -9,9 +9,29 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "Conjugator.h"
|
||||
#import "EspagramConjugationTableViewController.h"
|
||||
#import "Lesson+Conjugator.h"
|
||||
#import "Lesson+Test.h"
|
||||
#import "Verb.h"
|
||||
|
||||
@interface EspagramTestViewController : UIViewController <EspagramConjugationTableView>
|
||||
@interface EspagramTestViewController : UIViewController
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UITextField *verbInput;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *testedVerbLabel;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UILabel *verbMeaningLable;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UILabel *verbPersonLabel;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIButton *answer1Button;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIButton *answer2Button;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIButton *answer3Button;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIButton *answer4Button;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIButton *nextButton;
|
||||
|
||||
|
||||
@property (strong, nonatomic) Lesson *lesson;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user