| 12345678910111213141516171819202122 |
- //
- // Contacts_VC.h
- // Haishenghai-master
- //
- // Created by GG on 2019/1/5.
- // Copyright © 2019年 Haishenghai intelligence network technology. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface Contacts_VC : UIViewController
- @property(nonatomic,strong)NSString *SiteId;
- /**
- * 页数
- */
- @property (nonatomic,assign) int pageIndex;
- @property(nonatomic,copy)NSString *siteStr;
- @end
|