FLEXImageShortcuts.h 351 B

1234567891011121314151617
  1. //
  2. // FLEXImageShortcuts.h
  3. // FLEX
  4. //
  5. // Created by Tanner Bennett on 8/29/19.
  6. // Copyright © 2020 FLEX Team. All rights reserved.
  7. //
  8. #import "FLEXShortcutsSection.h"
  9. /// Provides "view image" and "save image" shortcuts for UIImage objects
  10. @interface FLEXImageShortcuts : FLEXShortcutsSection
  11. + (instancetype)forObject:(UIImage *)image;
  12. @end