Swiftgram/examples/ASDKgram/Sample/PhotoFeedNodeController.h
2016-04-04 20:43:07 -07:00

15 lines
315 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 <PhotoFeedViewControllerProtocol>
@end