]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 |