FLEXBundleShortcuts.h 332 B

12345678910111213141516171819
  1. //
  2. // FLEXBundleShortcuts.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. NS_ASSUME_NONNULL_BEGIN
  10. /// Provides a "Browse Bundle Directory" action
  11. @interface FLEXBundleShortcuts : FLEXShortcutsSection
  12. @end
  13. NS_ASSUME_NONNULL_END