mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-05 12:13:02 +00:00
* no message * Go further * Make the symbols public so that apps actually build * Move ASAvailability into the umbrella header * Remove duplicate define * Put the file back where it was in the list * Revert "Put the file back where it was in the list" This reverts commit 6a80c15b5b5efe5ff39812a018114e8bdc1dc0cf.
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
//
|
|
// Prefix header
|
|
//
|
|
// The contents of this file are implicitly included at the beginning of every source file.
|
|
//
|
|
|
|
#ifdef __OBJC__
|
|
#import <Foundation/Foundation.h>
|
|
#endif
|
|
|
|
#import <AsyncDisplayKit/ASAvailability.h>
|