c856df3913760f328753e85ffa9ff0752454383a
[atutor.git] / mods / atsocial_iphone_app / Classes / ContactViewController.h
1 //
2 //  ContactViewController.h
3 //  ATutor
4 //
5 //  Created by Quang Anh Do on 06/07/2010.
6 //  Copyright 2010 Quang Anh Do. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10 #import <AddressBook/AddressBook.h>
11 #import <AddressBookUI/AddressBookUI.h>
12
13
14 @interface ContactViewController : UIViewController {
15         ABAddressBookRef addressBook;
16 }
17
18 - (id)initWithId:(int)identifier;
19 - (id)initWithId:(int)identifier name:(NSString *)name;
20
21 @end