/Users/ericasadun/Desktop/113Frameworks/Headers/AddressBookUI/ABCardPropertyPicker.h

Go to the documentation of this file.
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "UIView.h"
00008 
00009 @class UIPreferencesTable;
00010 
00011 @interface ABCardPropertyPicker : UIView
00012 {
00013     UIPreferencesTable *_table;
00014     struct __CFArray *_properties;
00015     id _delegate;
00016 }
00017 
00018 - (id)initWithFrame:(struct CGRect)fp8;
00019 - (void)dealloc;
00020 - (void)setProperties:(struct __CFArray *)fp8;
00021 - (void)setDelegate:(id)fp8;
00022 - (void)tableSelectionDidChange:(id)fp8;
00023 - (int)numberOfGroupsInPreferencesTable:(id)fp8;
00024 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
00025 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
00026 - (BOOL)table:(id)fp8 showDisclosureForRow:(int)fp12;
00027 
00028 @end
00029 

Generated on Sat Jan 19 15:22:00 2008 for Little Bear 1.1.3 Frameworks by  doxygen 1.5.3