Initial checkin
This commit is contained in:
17
Espagram/EspagramTestViewController.h
Normal file
17
Espagram/EspagramTestViewController.h
Normal 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
|
||||
Reference in New Issue
Block a user