FLEXArgumentInputTextView.h 364 B

12345678910111213141516171819
  1. //
  2. // FLEXArgumentInputTextView.h
  3. // FLEXInjected
  4. //
  5. // Created by Ryan Olson on 6/15/14.
  6. //
  7. //
  8. #import "FLEXArgumentInputView.h"
  9. @interface FLEXArgumentInputTextView : FLEXArgumentInputView <UITextViewDelegate>
  10. // For subclass eyes only
  11. @property (nonatomic, readonly) UITextView *inputTextView;
  12. @property (nonatomic) NSString *inputPlaceholderText;
  13. @end