// // ApiMsg.h // Leanote // // Created by life on 15/6/28. // Copyright (c) 2015 Leanote.com. All rights reserved. // #import @interface ApiMsg : NSObject +(NSString *) getMsg: (id) ret; @end