17 lines
360 B
Objective-C
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
|