RegionsList.h 269 B

123456789101112131415
  1. //
  2. // RegionsList.h
  3. // LNManager
  4. //
  5. // Created by EchoShacolee on 2017/4/18.
  6. // Copyright © 2017年 lee. All rights reserved.
  7. //
  8. #import "Base_tbVC.h"
  9. @interface RegionsList : Base_tbVC
  10. @property(nonatomic,copy)NSString *type;//1.通知电子围栏审核
  11. @end