Swiftgram/examples/ASDKgram/Sample/PhotoFeedNodeController.h
Hannah Troisi 44d483b7fe [New Example] 500pxgram updates
- addressed all comments in PR except autolayout of UIKit code
2016-04-10 23:34:41 -07:00

15 lines
311 B
Objective-C

//
// PhotoFeedNodeController.h
// ASDKgram
//
// Created by Hannah Troisi on 2/17/16.
// Copyright © 2016 Hannah Troisi. All rights reserved.
//
#import <AsyncDisplayKit/AsyncDisplayKit.h>
#import "AppDelegate.h"
@interface PhotoFeedNodeController : ASViewController <PhotoFeedControllerProtocol>
@end