mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-06 12:43:58 +00:00
16 lines
260 B
Objective-C
16 lines
260 B
Objective-C
//
|
|
// ASControlNode+tvOS.h
|
|
// AsyncDisplayKit
|
|
//
|
|
// Created by Aaron Schubert on 21/04/2016.
|
|
// Copyright © 2016 Facebook. All rights reserved.
|
|
//
|
|
|
|
#if TARGET_OS_TV
|
|
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
|
|
|
@interface ASControlNode (tvOS)
|
|
|
|
@end
|
|
#endif
|