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