mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-15 16:36:36 +00:00
15 lines
311 B
Objective-C
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
|