iphone-common-codes-ccteam源代码 CCContact.h
//
// CCContact.h
// CCFC
//
// Created by xichen on 11-12-16.
// Copyright 2011年 ccteam. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <AddressBook/AddressBook.h>
#import <AddressBookUI/AddressBookUI.h>
@interface CCContact : NSObject
{
}
// 调用联系人界面
+ (ABPeoplePickerNavigationController *)
showAddressBookPeopleView:(id)delegate
withId:(ABPropertyID)propertyId
animated:(BOOL)animated;
// 调用新建联系人界面
+ (ABNewPersonViewController *)showNewPersonView:(id)delegate
animated:(BOOL)animated;
@end
googlecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCContact.h