mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-19 18:14:16 +00:00
16 lines
227 B
Objective-C
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
|