// // TerminalListVC.h // LN_School // // Created by EchoShacolee on 2017/8/3. // Copyright © 2017年 Danson. All rights reserved. // #import //@class CLLocationCoordinate2D; @interface TerminalListVC : UIViewController @property(nonatomic,strong)NSArray *dataArr; @end