00001
00002
00003
00004
00005
00006
00007 #import <AddressBookUI/ABContentController.h>
00008
00009 @class NSMutableArray;
00010
00011 @interface ABMembersController : ABContentController
00012 {
00013 NSMutableArray *_afterTransitionSublayers;
00014 NSMutableArray *_flipTransitionSublayers;
00015 unsigned int _foldIndex;
00016 _Bool _pendingSorting;
00017 unsigned int _cellsCreated;
00018 }
00019
00020 - (void)dealloc;
00021 - (id)contentView;
00022 - (void)playClick;
00023 - (void)foldNext;
00024 - (void)flipToNewSorting:(int)fp8;
00025 - (void)transitionViewDidComplete:(id)fp8;
00026 - (void)segmentedControl:(id)fp8 selectedSegmentChanged:(int)fp12;
00027 - (void)stopScrolling;
00028 - (BOOL)scrollMemberVisible:(struct CPRecord *)fp8;
00029 - (unsigned int)cellsCreated;
00030 - (void)setCellsCreated:(unsigned int)fp8;
00031 - (id)selectedCell;
00032 - (void)displayedMembersListChanged;
00033 - (int)numberOfSectionsInSectionList:(id)fp8;
00034 - (id)sectionList:(id)fp8 titleForSection:(int)fp12;
00035 - (int)sectionList:(id)fp8 rowForSection:(int)fp12;
00036 - (int)numberOfRowsInTable:(id)fp8;
00037 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20;
00038 - (void)table:(id)fp8 willDisplayRowsInRange:(struct _NSRange)fp12;
00039 - (struct CGPoint)scroller:(id)fp8 adjustSmoothScrollEnd:(struct CGPoint)fp12 velocity:(struct CGSize)fp20;
00040 - (BOOL)table:(id)fp8 showDisclosureForRow:(int)fp12;
00041 - (void)tableSelectionDidChange:(id)fp8;
00042
00043 @end
00044