FLEXMethodCallingViewController.h 372 B

1234567891011121314151617
  1. //
  2. // FLEXMethodCallingViewController.h
  3. // Flipboard
  4. //
  5. // Created by Ryan Olson on 5/23/14.
  6. // Copyright (c) 2020 FLEX Team. All rights reserved.
  7. //
  8. #import "FLEXVariableEditorViewController.h"
  9. #import "FLEXMethod.h"
  10. @interface FLEXMethodCallingViewController : FLEXVariableEditorViewController
  11. + (instancetype)target:(id)target method:(FLEXMethod *)method;
  12. @end