Swiftgram/examples/ASDKgram/Sample/PhotoTableViewController.h

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