Files
leanote-ios/Leanote/util/ApiMsg.h
2015-08-21 23:49:41 +08:00

16 lines
227 B
Objective-C

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