espagram/Espagram/EspagramMainTableViewController.h
2013-02-21 17:08:51 +01:00

17 lines
360 B
Objective-C

//
// 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 <UISplitViewControllerDelegate>
@property (weak, nonatomic) IBOutlet UIBarButtonItem *aboutButton;
@end