FLEXBlockShortcuts.h 376 B

1234567891011121314151617181920
  1. //
  2. // FLEXBlockShortcuts.h
  3. // FLEX
  4. //
  5. // Created by Tanner on 1/30/20.
  6. // Copyright © 2020 FLEX Team. All rights reserved.
  7. //
  8. #import "FLEXShortcutsSection.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. /// Provides a description of the block's signature
  11. /// and access to an NSMethodSignature of the block
  12. @interface FLEXBlockShortcuts : FLEXShortcutsSection
  13. @end
  14. NS_ASSUME_NONNULL_END