Version 0.1. Conjugation kinda working from the testing screen

This commit is contained in:
Abel Fokkinga
2012-11-09 19:39:17 +01:00
parent 0b783c1173
commit af0959ff7b
20 changed files with 1023 additions and 394 deletions

View File

@@ -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