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/UIButton.h>
11 @interface UINavigationButton
: UIButton
13 NSSet
*_possibleTitles
;
23 - (id
)initWithValue
:(id
)fp8 width
:(float)fp12 style
:(int)fp16 barStyle
:(int)fp20 possibleTitles
:(id
)fp24 tintColor
:(id
)fp28
;
24 - (id
)initWithTitle
:(id
)fp8
;
25 - (id
)initWithTitle
:(id
)fp8 style
:(int)fp12
;
26 - (id
)initWithTitle
:(id
)fp8 possibleTitles
:(id
)fp12 style
:(int)fp16
;
27 - (id
)initWithImage
:(id
)fp8 width
:(float)fp12 style
:(int)fp16
;
28 - (id
)initWithImage
:(id
)fp8
;
29 - (id
)initWithImage
:(id
)fp8 style
:(int)fp12
;
32 - (void)setTitle
:(id
)fp8
;
34 - (void)setImage
:(id
)fp8
;
35 - (BOOL
)contentsEqualTo
:(id
)fp8 withStyle
:(int)fp12
;
36 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
37 - (void)setStyle
:(int)fp8
;
38 - (void)setControlSize
:(int)fp8
;
40 - (void)setBarStyle
:(int)fp8
;
41 - (void)setTintColor
:(id
)fp8
;
42 - (BOOL
)_canHandleStatusBarMouseEvents
:(struct __GSEvent
*)fp8
;