1234567891011121314151617 |
- //
- // FenceSiteVC.h
- // jiaPei
- //
- // Created by apple on 2017/8/16.
- // Copyright © 2017年 JCZ. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FenceSiteVC : UIViewController
- @property (nonatomic, copy) NSString *dqbh;
- @property (nonatomic, strong) NSArray *dataArray;
- @end
|