client_Hale
2018-09-28 e093b4c88c58ecec7d0b8c34c45b4615a5c3f594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  CodeString.h
//  MaoerProject
//
//  Created by eliolu on 2018/8/28.
//  Copyright © 2018年 eliolu. All rights reserved.
//
 
#import <Foundation/Foundation.h>
 
@interface CodeString : NSObject
 
+(NSString *)stringWithCode:(NSString *)code;
 
@end