]> git.saurik.com Git - iphone-api.git/blob - UIKit/UITabBarItemProxy.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UITabBarItemProxy.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 <Foundation/NSObject.h>
8
9 @class UIImageView, UITabBarItem;
10
11 @interface UITabBarItemProxy : NSObject
12 {
13 UITabBarItem *_item;
14 UIImageView *_view;
15 }
16
17 - (id)initWithItem:(id)fp8 inTabBar:(id)fp12;
18 - (void)dealloc;
19 - (id)item;
20 - (id)view;
21
22 @end
23