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

  1. //
  2. // FLEXFileBrowserTableViewController.h
  3. // Flipboard
  4. //
  5. // Created by Ryan Olson on 6/9/14.
  6. // Based on previous work by Evan Doll
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FLEXFileBrowserSearchOperation.h"
  10. @interface FLEXFileBrowserTableViewController : UITableViewController
  11. - (id)initWithPath:(NSString *)path;
  12. @end