]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIBarButtonItemProxy.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIBarButtonItemProxy.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 UIBarButtonItem, UIImageView;
10
11 @interface UIBarButtonItemProxy : NSObject
12 {
13 UIBarButtonItem *_item;
14 UIImageView *_view;
15 }
16
17 - (id)initWithItem:(id)fp8 inToolbar:(id)fp12;
18 - (void)dealloc;
19 - (id)item;
20 - (id)view;
21
22 @end
23