// // untitled.h // // // Created by Trevor Rudolph on 5/3/13. // Copyright 2013 TrevorApps. All rights reserved. // @interface untitled : Hello { UITabBar *tabBar; IBOutlet UITabBarItem *Item0; IBOutlet UITabBarItem *Item1; IBOutlet UITabBarItem *Item2; IBOutlet UITabBarItem *Item3; IBOutlet UITabBarItem *Item4; } @property (nonatomic, retain) UITabBar *tabBar; @property (nonatomic, retain) UITabBarItem *Item0; @property (nonatomic, retain) UITabBarItem *Item1; @property (nonatomic, retain) UITabBarItem *Item2; @property (nonatomic, retain) UITabBarItem *Item3; @property (nonatomic, retain) UITabBarItem *Item4; - (void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item; @end