]> git.saurik.com Git - iphone-api.git/blob - UIKit/_UIPickerViewTopFrame.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / _UIPickerViewTopFrame.h
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/UIView.h>
8
9 @class UIImage;
10
11 @interface _UIPickerViewTopFrame : UIView
12 {
13 UIImage *_leftImage;
14 UIImage *_middleImage;
15 UIImage *_rightImage;
16 float _inset;
17 }
18
19 - (id)initWithFrame:(struct CGRect)fp8;
20 - (void)setLeftImage:(id)fp8 middleImage:(id)fp12 rightImage:(id)fp16;
21 - (void)dealloc;
22 - (BOOL)ignoresMouseEvents;
23 - (void)setInset:(float)fp8;
24 - (void)drawRect:(struct CGRect)fp8;
25
26 @end
27