]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITabBarItem-UITabBarItem_Private.h
c35bbc9028db9fe81952b8e5e1466acbd8a2b4fc
[iphone-api.git] / UIKit / UITabBarItem-UITabBarItem_Private.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <UIKit/UITabBarItem.h>
8
9 @interface UITabBarItem (UITabBarItem_Private)
10 - (BOOL)isSystemItem;
11 - (int)systemItem;
12 - (void)setView:(id)fp8;
13 - (id)view;
14 - (void)setViewIsCustom:(BOOL)fp8;
15 - (BOOL)viewIsCustom;
16 - (void)setAnimatedBadge:(BOOL)fp8;
17 - (BOOL)animatedBadge;
18 - (void)setSelectedImage:(id)fp8;
19 - (id)selectedImage;
20 - (void)setUnselectedImage:(id)fp8;
21 - (id)unselectedImage;
22 - (void)setTarget:(id)fp8;
23 - (id)target;
24 - (void)setAction:(SEL)fp8;
25 - (SEL)action;
26 - (id)_internalTitle;
27 - (id)_internalTemplateImage;
28 @end
29