FLEXLayerShortcuts.h 279 B

12345678910111213141516
  1. //
  2. // FLEXLayerShortcuts.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. @interface FLEXLayerShortcuts : FLEXShortcutsSection
  10. + (instancetype)forObject:(CALayer *)layer;
  11. @end