摘要:
View Code // // CCAddressBook.m // CCFC // // Created by xichen on 11-12-16. // Copyright 2011年 ccteam. All rights reserved. // #import "CCAddressBook.h" @implementation CCAddressBook - (id)init { self = [super init]; if(self) { ABAddressBookRef addres... 阅读全文
摘要:
// // CCAddressBook.h // CCFC // // Created by xichen on 11-12-16. // Copyright 2011年 ccteam. All rights reserved. // #import <Foundation/Foundation.h> #import <AddressBook/AddressBook.h> @interface CCAddressBook : NSObject { NSArray *_abAllPeople; NSArray ... 阅读全文