mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-07 05:02:56 +00:00
14 lines
215 B
Objective-C
14 lines
215 B
Objective-C
//
|
|
// PageNode.h
|
|
// Sample
|
|
//
|
|
// Created by McCallum, Levi on 12/7/15.
|
|
// Copyright © 2015 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
|
|
|
@interface PageNode : ASCellNode
|
|
|
|
@end
|