00001
00002
00003
00004
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