mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-15 16:36:36 +00:00
14 lines
267 B
Objective-C
14 lines
267 B
Objective-C
//
|
|
// PhotoFeedViewController.h
|
|
// ASDKgram
|
|
//
|
|
// Created by Hannah Troisi on 2/17/16.
|
|
// Copyright © 2016 Hannah Troisi. All rights reserved.
|
|
//
|
|
|
|
#import "AppDelegate.h"
|
|
|
|
@interface PhotoFeedViewController : UIViewController <PhotoFeedControllerProtocol>
|
|
|
|
@end
|