Version 0.1. Conjugation kinda working from the testing screen
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "Conjugator.h"
|
||||
#import "EspagramConjugationTableViewController.h"
|
||||
|
||||
@interface EspagramTestViewController : UIViewController
|
||||
@interface EspagramTestViewController : UIViewController <EspagramConjugationTableView>
|
||||
|
||||
@property (nonatomic, strong) id <Conjugator> conjugator;
|
||||
@property (nonatomic, strong) NSString * tense;
|
||||
@property (weak, nonatomic) IBOutlet UITextField *verbInput;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user