2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIView.h>
9 @
class UIFont
, UINavigationItem
;
11 @interface UINavigationItemView
: UIView
14 UINavigationItem
*_item
;
16 BOOL _titleAutosizesToFit
;
19 - (id
)initWithNavigationItem
:(id
)fp8
;
22 - (void)drawText
:(id
)fp8 inRect
:(struct CGRect
)fp12
;
23 - (void)setFrame
:(struct CGRect
)fp8
;
24 - (void)drawRect
:(struct CGRect
)fp8
;
25 - (void)_resetTitleWidth
;
28 - (void)setTitleAutoresizesToFit
:(BOOL
)fp8
;
29 - (BOOL
)titleAutoresizesToFit
;
30 - (void)setFont
:(id
)fp8
;