FLEXUIAppShortcuts.h 225 B

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