Added sample project using networking and infinite scrolling and random cats

This commit is contained in:
Sam Stow
2016-01-23 14:28:37 -08:00
parent 64ad48a248
commit 3b4785cf24
31 changed files with 1915 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
//
// PlacholderNetworkImageNode.h
// Sample
//
// Created by Samuel Stow on 1/14/16.
// Copyright © 2016 Facebook. All rights reserved.
//
#import <AsyncDisplayKit/AsyncDisplayKit.h>
@interface PlaceholderNetworkImageNode : ASNetworkImageNode
@property (nonatomic, strong) UIImage *placeholderImageOverride;
@end