FLEXMutableFieldEditorViewController.h 429 B

12345678910111213141516171819
  1. //
  2. // FLEXMutableFieldEditorViewController.h
  3. // FLEX
  4. //
  5. // Created by Tanner on 11/22/18.
  6. // Copyright © 2018 Flipboard. All rights reserved.
  7. //
  8. #import "FLEXFieldEditorViewController.h"
  9. @interface FLEXMutableFieldEditorViewController : FLEXFieldEditorViewController
  10. @property (nonatomic, strong, readonly) UIBarButtonItem *getterButton;
  11. - (void)getterButtonPressed:(id)sender;
  12. - (NSString *)titleForGetterButton;
  13. @end