// // TerminalMapVC.h // LN_School // // Created by apple on 2017/4/13. // Copyright © 2017年 Danson. All rights reserved. // #import @interface TerminalMapVC : UIViewController @property(nonatomic,strong)NSArray *arr; @property(nonatomic,copy)NSString *terminalType;//1车载/2理论及时终端 @end