mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-24 03:45:58 +08:00
Switched ASDKViewController from UIViewController to ASViewController, renamed files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user