Person_VC.h 434 B

123456789101112131415161718192021
  1. //
  2. // Person_VC.h
  3. // Haishenghai-master
  4. //
  5. // Created by GG on 2018/12/30.
  6. // Copyright © 2018年 Haishenghai intelligence network technology. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "Header.h"
  10. @interface Person_VC : UIViewController
  11. @property (nonatomic,strong) UITableView *tableView;
  12. @property (nonatomic,strong) UIImageView *topImageView;
  13. @property (nonatomic,strong) UIImageView *detailImageView;
  14. @end