]> git.saurik.com Git - iphone-api.git/blame_incremental - AddressBookUI/ABAbstractViewController.h
Supporting the latest builds of Cycorder.
[iphone-api.git] / AddressBookUI / ABAbstractViewController.h
... / ...
CommitLineData
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import "UIViewController.h"
8
9@class ABModel;
10
11@interface ABAbstractViewController : UIViewController
12{
13 ABModel *_model;
14}
15
16- (id)initWithModel:(id)fp8;
17- (void)dealloc;
18- (void)setParentViewController:(id)fp8;
19- (struct CGSize)contentSize;
20- (id)peoplePickerNavigationController;
21- (id)model;
22- (int)behavior;
23- (void)updateNavigationButtons;
24
25@end
26