FLEXViewShortcuts.h 310 B

123456789101112131415
  1. //
  2. // FLEXViewShortcuts.h
  3. // FLEX
  4. //
  5. // Created by Tanner Bennett on 12/11/19.
  6. // Copyright © 2020 FLEX Team. All rights reserved.
  7. //
  8. #import "FLEXShortcutsSection.h"
  9. /// Adds "Nearest View Controller" and "Preview Image" shortcuts to all views
  10. @interface FLEXViewShortcuts : FLEXShortcutsSection
  11. @end