mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-07 05:02:56 +00:00
14 lines
245 B
Objective-C
14 lines
245 B
Objective-C
//
|
|
// ASDefaultPlayButton.h
|
|
// AsyncDisplayKit
|
|
//
|
|
// Created by Luke Parham on 1/27/16.
|
|
// Copyright © 2016 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
|
|
|
@interface ASDefaultPlayButton : ASButtonNode
|
|
|
|
@end
|