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/UIBarItem.h>
9 @
class NSSet
, NSString
, UIImage
, UIView
;
11 @interface UIBarButtonItem
: UIBarItem
14 NSSet
*_possibleTitles
;
18 CDAnonymousStruct2 _imageInsets
;
23 unsigned int enabled
:1;
25 unsigned int isSystemItem
:1;
26 unsigned int systemItem
:7;
27 unsigned int viewIsCustom
:1;
28 } _barButtonItemFlags
;
32 - (id
)initWithImage
:(id
)fp8 style
:(int)fp12 target
:(id
)fp16 action
:(SEL
)fp20
;
33 - (id
)initWithTitle
:(id
)fp8 style
:(int)fp12 target
:(id
)fp16 action
:(SEL
)fp20
;
34 - (id
)initWithBarButtonSystemItem
:(int)fp8 target
:(id
)fp12 action
:(SEL
)fp16
;
35 - (id
)initWithCustomView
:(id
)fp8
;
36 - (id
)initWithCoder
:(id
)fp8
;
37 - (void)encodeWithCoder
:(id
)fp8
;
39 - (void)setEnabled
:(BOOL
)fp8
;
41 - (void)setStyle
:(int)fp8
;
43 - (void)setTitle
:(id
)fp8
;
45 - (void)setImage
:(id
)fp8
;
47 - (void)setImageInsets
:(CDAnonymousStruct2
)fp8
;
48 - (CDAnonymousStruct2
)imageInsets
;
49 - (void)setWidth
:(float)fp8
;
51 - (void)setPossibleTitles
:(id
)fp8
;
53 - (void)setCustomView
:(id
)fp8
;
56 - (void)setTag
:(int)fp8
;
58 - (void)setTarget
:(id
)fp8
;
60 - (void)setAction
:(SEL
)fp8
;