// // EspagramMainTableViewController.h // Espagram // // Created by Abel Fokkinga on 11/9/12. // Copyright (c) 2012 Abel Fokkinga. All rights reserved. // #import @interface EspagramMainTableViewController : UITableViewController @property (weak, nonatomic) IBOutlet UIBarButtonItem *aboutButton; @end