AddressBookVC.h 342 B

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