]>
Commit | Line | Data |
---|---|---|
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 UIFont, UINavigationItem; | |
10 | ||
11 | @interface UINavigationItemView : UIView | |
12 | { | |
13 | UIFont *_font; | |
14 | UINavigationItem *_item; | |
15 | float _titleWidth; | |
16 | BOOL _titleAutosizesToFit; | |
17 | } | |
18 | ||
19 | - (id)initWithNavigationItem:(id)fp8; | |
20 | - (id)navigationItem; | |
21 | - (id)_defaultFont; | |
22 | - (void)drawText:(id)fp8 inRect:(struct CGRect)fp12; | |
23 | - (void)setFrame:(struct CGRect)fp8; | |
24 | - (void)drawRect:(struct CGRect)fp8; | |
25 | - (void)_resetTitleWidth; | |
26 | - (float)_titleWidth; | |
27 | - (id)title; | |
28 | - (void)setTitleAutoresizesToFit:(BOOL)fp8; | |
29 | - (BOOL)titleAutoresizesToFit; | |
30 | - (void)setFont:(id)fp8; | |
31 | - (id)font; | |
32 | ||
33 | @end | |
34 |