Initial checkin

This commit is contained in:
Abel Fokkinga
2012-11-08 18:38:18 +01:00
parent 70477d2c47
commit 0b783c1173
35 changed files with 1675 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
//
// EspagramTestViewController.h
// Espagram
//
// Created by Abel Fokkinga on 11/8/12.
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Conjugator.h"
@interface EspagramTestViewController : UIViewController
@property (nonatomic, strong) id <Conjugator> conjugator;
@property (nonatomic, strong) NSString * tense;
@end