| 123456789101112131415161718192021 |
- //
- // Person_VC.h
- // Haishenghai-master
- //
- // Created by GG on 2018/12/30.
- // Copyright © 2018年 Haishenghai intelligence network technology. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "Header.h"
- @interface Person_VC : UIViewController
- @property (nonatomic,strong) UITableView *tableView;
- @property (nonatomic,strong) UIImageView *topImageView;
- @property (nonatomic,strong) UIImageView *detailImageView;
- @end
|