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

@@ -0,0 +1,13 @@
//
// EspagramMainTableViewController.h
// Espagram
//
// Created by Abel Fokkinga on 11/9/12.
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface EspagramMainTableViewController : UITableViewController
@end