// // Ter_SendMsg.h // LN_School // // Created by EchoShacolee on 2017/8/16. // Copyright © 2017年 Danson. All rights reserved. // #import <UIKit/UIKit.h> @interface Ter_SendMsg : UIViewController @property(nonatomic,copy)NSString *sim; @end