espagram/Espagram/EspagramMainViewController.h
2012-11-08 18:38:18 +01:00

16 lines
287 B
Objective-C

//
// EspagramMainViewController.h
// Espagram
//
// Created by Abel Fokkinga on 8/27/12.
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface EspagramMainViewController : UIViewController
- (IBAction)testTense:(UIButton *)sender;
@end