mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-07 12:00:48 +00:00
13 lines
277 B
Objective-C
13 lines
277 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
NSString *TGMimeTypeForFileExtension(NSString *fileExtension);
|
|
NSString *TGMimeTypeForFileUTI(NSString *fileUTI);
|
|
NSString *TGTemporaryFileName(NSString *fileExtension);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |