shlist

share and manage lists between multiple people
Log | Files | Refs

MainTableViewController.h (202B)


      1 #import <UIKit/UIKit.h>
      2 
      3 #import "DataStructures.h"
      4 
      5 @interface MainTableViewController : UITableViewController
      6 
      7 - (void) update_address_book;
      8 
      9 - (IBAction)unwindToList:(UIStoryboardSegue *)segue;
     10 
     11 @end