mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-07 13:35:09 +00:00
16 lines
268 B
Objective-C
16 lines
268 B
Objective-C
//
|
|
// PhotoTableViewController.h
|
|
// Flickrgram
|
|
//
|
|
// Created by Hannah Troisi on 2/17/16.
|
|
// Copyright © 2016 Hannah Troisi. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface PhotoTableViewController : UITableViewController
|
|
|
|
- (void)refreshFeed;
|
|
|
|
@end
|