]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABMemberCell.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / AddressBookUI / ABMemberCell.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 "UILabel.h"
8
9 @class NSArray;
10
11 @interface ABMemberCell : UILabel
12 {
13 void *_member;
14 NSArray *_namePieces;
15 int _highlightIndex;
16 BOOL _isGroup;
17 }
18
19 - (id)initWithSize:(struct CGSize)fp8 member:(void *)fp16;
20 - (void)dealloc;
21 - (void)setNamePieces:(id)fp8;
22 - (void)setHighlightIndex:(long)fp8;
23 - (void *)member;
24 - (void)setMember:(void *)fp8;
25 - (void)setGroup:(BOOL)fp8;
26 - (id)groupName;
27 - (void)drawContentInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
28 - (void)drawRect:(struct CGRect)fp8;
29 - (id)description;
30 - (id)_automationID;
31
32 @end
33