FLEXViewShortcuts.h 232 B

1234567891011121314
  1. //
  2. // FLEXViewShortcuts.h
  3. // FLEX
  4. //
  5. // Created by Tanner Bennett on 12/11/19.
  6. // Copyright © 2019 Flipboard. All rights reserved.
  7. //
  8. #import "FLEXShortcutsSection.h"
  9. @interface FLEXViewShortcuts : FLEXShortcutsSection
  10. @end