Advertisement
trevor403

iphone tabbar header file

May 2nd, 2013
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. //  untitled.h
  3. //  
  4. //
  5. //  Created by Trevor Rudolph on 5/3/13.
  6. //  Copyright 2013 TrevorApps. All rights reserved.
  7. //
  8.  
  9. @interface untitled : Hello {
  10.     UITabBar *tabBar;
  11.     IBOutlet UITabBarItem *Item0;
  12.     IBOutlet UITabBarItem *Item1;
  13.     IBOutlet UITabBarItem *Item2;
  14.     IBOutlet UITabBarItem *Item3;
  15.     IBOutlet UITabBarItem *Item4;
  16. }
  17.  
  18. @property (nonatomic, retain) UITabBar *tabBar;
  19. @property (nonatomic, retain) UITabBarItem *Item0;
  20. @property (nonatomic, retain) UITabBarItem *Item1;
  21. @property (nonatomic, retain) UITabBarItem *Item2;
  22. @property (nonatomic, retain) UITabBarItem *Item3;
  23. @property (nonatomic, retain) UITabBarItem *Item4;
  24.  
  25. - (void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item;
  26.  
  27. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement