This commit is contained in:
lianxiang
2018-09-06 21:19:50 +08:00
parent 17d4481f2c
commit 0f09748cc8
69 changed files with 966 additions and 439 deletions
+16
View File
@@ -0,0 +1,16 @@
//
// NSString+Unicode.h
// GIGA
//
// Created by lianxiang on 2018/9/6.
// Copyright © 2018年 com.giga.ios. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSString (Unicode)
- (NSString *)replaceUnicode:(NSString *)unicodeStr;
- (NSString *)htmlEntityDecode:(NSString *)string;
@end