FLEXTabsViewController.h 238 B

1234567891011121314
  1. //
  2. // FLEXTabsViewController.h
  3. // FLEX
  4. //
  5. // Created by Tanner on 2/4/20.
  6. // Copyright © 2020 FLEX Team. All rights reserved.
  7. //
  8. #import "FLEXTableViewController.h"
  9. @interface FLEXTabsViewController : FLEXTableViewController
  10. @end