Switched ASDKViewController from UIViewController to ASViewController, renamed files.

This commit is contained in:
Hannah Troisi
2016-03-29 00:04:08 -07:00
parent d96582913a
commit 112bfa8e71
37 changed files with 286 additions and 346 deletions

View File

@@ -1,14 +1,13 @@
//
// PhotoFeedNodeController.h
// Flickrgram
// ASDKgram
//
// Created by Hannah Troisi on 2/17/16.
// Copyright © 2016 Hannah Troisi. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface PhotoFeedNodeController : UIViewController
#import <AsyncDisplayKit/AsyncDisplayKit.h>
@interface PhotoFeedNodeController : ASViewController
@end