mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 03:20:09 +00:00
15 lines
275 B
Objective-C
15 lines
275 B
Objective-C
//
|
|
// TelegramCoreIncludes.h
|
|
// TelegramCore
|
|
//
|
|
// Created by Peter on 8/16/16.
|
|
// Copyright © 2016 Peter. All rights reserved.
|
|
//
|
|
|
|
#ifndef TelegramCoreIncludes_h
|
|
#define TelegramCoreIncludes_h
|
|
|
|
#import <CommonCrypto/CommonCrypto.h>
|
|
|
|
#endif /* TelegramCoreIncludes_h */
|