]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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/UINavigationItemView.h> | |
8 | ||
9 | @interface UINavigationItemButtonView : UINavigationItemView | |
10 | { | |
11 | int _style; | |
12 | BOOL _pressed; | |
13 | } | |
14 | ||
15 | - (void)drawRect:(struct CGRect)fp8; | |
16 | - (id)title; | |
17 | - (id)image; | |
18 | - (struct CGSize)imageSize; | |
19 | - (void)setStyle:(int)fp8; | |
20 | - (void)setPressed:(BOOL)fp8; | |
21 | - (BOOL)pressed; | |
22 | - (id)_scriptingInfo; | |
23 | - (id)_defaultFont; | |
24 | ||
25 | @end | |
26 |