FLEXViewControllerShortcuts.h 315 B

12345678910111213141516
  1. //
  2. // FLEXViewControllerShortcuts.h
  3. // FLEX
  4. //
  5. // Created by Tanner Bennett on 12/12/19.
  6. // Copyright © 2020 FLEX Team. All rights reserved.
  7. //
  8. #import "FLEXShortcutsSection.h"
  9. @interface FLEXViewControllerShortcuts : FLEXShortcutsSection
  10. + (instancetype)forObject:(UIViewController *)viewController;
  11. @end