FLEXFileBrowserTableViewController.h 281 B

12345678910111213141516
  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. @interface FLEXFileBrowserTableViewController : UITableViewController
  10. - (id)initWithPath:(NSString *)path;
  11. @end