+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIControl.h"
+
+@class ABCardController, NSString, UIView;
+
+@interface ABCardNameControl : UIControl
+{
+ ABCardController *_cardController;
+ void *_displayedPerson;
+ UIView *_backgroundView;
+ UIView *_nameView;
+ NSString *_tagLine;
+ BOOL _editable;
+}
+
++ (id)createNameFont;
++ (id)createNameColor;
++ (id)createNameBevelColor;
++ (id)createTagLineFont;
+- (id)initWithCardController:(id)fp8 frame:(struct CGRect)fp12;
+- (void)dealloc;
+- (struct CGSize)sizeToFitWithMinimumHeight:(float)fp8;
+- (void)setDisplayedPerson:(void *)fp8;
+- (void)setTagLine:(id)fp8;
+- (void)setHighlighted:(BOOL)fp8;
+- (void)setFrame:(struct CGRect)fp8;
+- (void)layoutSubviews;
+- (void)setEditable:(BOOL)fp8;
+- (id)copyTagLine;
+- (id)copyCompositeNameWithTagLine:(id)fp8 isPlaceholder:(char *)fp12;
+- (id)fontForName:(id)fp8 withWidth:(float)fp12;
+- (float)verticalOffsetForNameWithTextSize:(struct CGSize)fp8 tagLines:(id)fp16;
+- (struct CGRect)usableNameBounds;
+- (void)drawNameInView:(id)fp8 withClipRect:(struct CGRect)fp12;
+- (BOOL)beginTrackingAt:(struct CGPoint)fp8 withEvent:(struct __GSEvent *)fp16;
+- (void)setNeedsDisplay;
+- (struct __CFArray *)copyNamePropertiesForEditing:(BOOL)fp8;
+
+@end
+