mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-29 16:48:59 +08: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
|