PunyCode.h 259 Bytes
//
//  PunyCode.h
//  BBAFoundation
//
//  Created by Zhu,Yusong on 2018/9/28.
//  Copyright © 2018年 Baidu. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface PunyCode : NSObject

+ (NSString *)utf8HostToAscii:(NSString *)string;

@end