mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-16 08:19:23 +00:00
9 lines
237 B
Objective-C
9 lines
237 B
Objective-C
#ifndef StringTransliteration_h
|
|
#define StringTransliteration_h
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NSString *postboxTransformedString(CFStringRef string, bool replaceWithTransliteratedVersion, bool appendTransliteratedVersion);
|
|
|
|
#endif
|