]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABImageWellLabelView.h
Adding the SpringBoardUI headers (for Cydget).
[iphone-api.git] / AddressBookUI / ABImageWellLabelView.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 "UIView.h"
8
9 @class NSString, UIImage;
10
11 @interface ABImageWellLabelView : UIView
12 {
13 NSString *_label;
14 UIImage *_editOverlayImage;
15 UIImage *_maskImage;
16 }
17
18 - (id)initWithFrame:(struct CGRect)fp8;
19 - (void)dealloc;
20 - (void)setLabel:(id)fp8;
21 - (void)setEditOverlayImage:(id)fp8;
22 - (void)setMaskImage:(id)fp8;
23 - (void)drawRect:(struct CGRect)fp8;
24
25 @end
26