espagram/Espagram/GrammarTestViewController.h

22 lines
503 B
Objective-C

//
// GrammarTestViewController.h
// Espagram
//
// Created by Abel Fokkinga on 10/15/12.
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Conjugator.h"
#import "EspagramConjugationTableViewController.h"
@class GrammarTestViewController;
@interface GrammarTestViewController : UIViewController <EspagramConjugationTableView>
@property (weak, nonatomic) UITextField *verbInput;
@property (weak, nonatomic) IBOutlet UIView *conjugatedVerbTable;
@end