FenceSiteVC.h 296 B

1234567891011121314151617
  1. //
  2. // FenceSiteVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 2017/8/16.
  6. // Copyright © 2017年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface FenceSiteVC : UIViewController
  10. //@property (nonatomic, copy) NSString *dqbh;
  11. @property (nonatomic, strong) NSArray *dataArray;
  12. @end