mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-18 04:09:36 +00:00
16 lines
266 B
Objective-C
16 lines
266 B
Objective-C
//
|
|
// PhotoTableViewController.h
|
|
// ASDKgram
|
|
//
|
|
// 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
|