You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
325 B

//
// FLEXFileBrowserTableViewController.h
// Flipboard
//
// Created by Ryan Olson on 6/9/14.
// Based on previous work by Evan Doll
//
#import <UIKit/UIKit.h>
#import "FLEXFileBrowserSearchOperation.h"
@interface FLEXFileBrowserTableViewController : UITableViewController
- (id)initWithPath:(NSString *)path;
@end