You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
421 B

  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, readonly) UIBarButtonItem *getterButton;
  11. - (void)getterButtonPressed:(id)sender;
  12. - (NSString *)titleForGetterButton;
  13. @end