/*
 *     Generated by class-dump 3.1.2.
 *
 *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
 */

struct CPRecord;

struct __GSEvent;

/*
 * File: Applications/MobileAddressBook.app/MobileAddressBook
 */

@interface ABAppController : UIApplication
{
    UIWindow *_window;
    ABPeoplePicker *_peoplePicker;
}

- (void)dealloc;
- (void)applicationDidFinishLaunching:(id)fp8;
- (void)applicationSuspend:(struct __GSEvent *)fp8;
- (void)applicationResume:(struct __GSEvent *)fp8;

@end

@interface ABAppController (ABAppControllerPrivate)
@end

@interface ABAppController (ABAppControllerTesting)
- (void)peoplePickerDisplayedGroups:(id)fp8;
- (void)peoplePicker:(id)fp8 displayedMembersOfGroup:(struct CPRecord *)fp12;
- (void)peoplePicker:(id)fp8 displayedPerson:(struct CPRecord *)fp12;
- (BOOL)runTest:(id)fp8 options:(id)fp12;
- (void)_scrollMemberListTest:(id)fp8;
- (void)startScrollMemberListTest:(id)fp8;
- (void)_showNextPerson;
- (void)_showMembersOfAllGroup;
- (void)startShowPeopleTest:(id)fp8;
@end

