FLEXFileBrowserTableViewController.h 325 B

123456789101112131415161718
  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