]>
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/UIBarButtonItem.h> | |
8 | ||
9 | @interface UIBarButtonItem (Static) | |
10 | - (void)_getSystemItemStyle:(int *)fp8 title:(id *)fp12 image:(id *)fp16 selectedImage:(id *)fp20 forBarStyle:(int)fp24 landscape:(BOOL)fp28 alwaysBordered:(BOOL)fp32; | |
11 | - (void)_getToolbarEdgeInsets:(CDAnonymousStruct2 *)fp8 forBarStyle:(int)fp12 landscape:(BOOL)fp16 alwaysBordered:(BOOL)fp20; | |
12 | - (id)createViewForNavigationItem:(id)fp8; | |
13 | - (id)createViewForToolbar:(id)fp8; | |
14 | - (void)_updateView; | |
15 | @end | |
16 |