mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Split framework dependencies into separate subspecs to reduce binary size and dynamic linking time when they're not needed (#1028)
This commit is contained in:
@@ -15,8 +15,11 @@
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <AsyncDisplayKit/ASAvailability.h>
|
||||
|
||||
#if TARGET_OS_IOS && AS_USE_MAPKIT
|
||||
#import <AsyncDisplayKit/ASImageNode.h>
|
||||
#if TARGET_OS_IOS
|
||||
#import <MapKit/MapKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
Reference in New Issue
Block a user