ContactDetailVC.h 271 B

123456789101112131415
  1. //
  2. // ContactDetailVC.h
  3. // 通讯录
  4. //
  5. // Created by EchoShacolee on 2017/5/22.
  6. // Copyright © 2017年 lee. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ContactDetailVC : UIViewController
  10. @property(nonatomic,retain)NSMutableArray *oneDetail;
  11. @end