mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Implement simple horizontal paging node
This commit is contained in:
13
examples/PagerNode/Sample/PageNode.h
Normal file
13
examples/PagerNode/Sample/PageNode.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user