]> git.saurik.com Git - iphone-api.git/blob - UIKit/UINavBarPrompt.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UINavBarPrompt.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/UIView.h>
8
9 @class NSString, UINavigationBar;
10
11 @interface UINavBarPrompt : UIView
12 {
13 NSString *_prompt;
14 UINavigationBar *_navBar;
15 }
16
17 - (id)initWithPrompt:(id)fp8 navBar:(id)fp12;
18 - (void)clearWeakReference:(id)fp8;
19 - (void)dealloc;
20 - (void)setPrompt:(id)fp8;
21 - (id)prompt;
22 - (struct CGRect)promptBounds;
23 - (void)drawRect:(struct CGRect)fp8;
24
25 @end
26