123456789101112131415161718 |
- //
- // AddressBookVC.h
- // LN_School
- //
- // Created by apple on 2017/4/9.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- #import <AddressBookUI/AddressBookUI.h>
- @interface AddressBookVC : ABPeoplePickerNavigationController
- /** whichPage 1 通讯录首页 2不是首页
- */
- @property (nonatomic, copy) NSString *whichPage;
- @end
|