// // TerminalVC.h // LNManager // // Created by EchoShacolee on 2017/4/14. // Copyright © 2017年 lee. All rights reserved. // #import "BaseVC.h" @interface TerminalVC : BaseVC @property(nonatomic,copy)NSDictionary * shcDic; @end