FLEXArgumentInputTextView.h 297 B

123456789101112131415161718
  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
  10. // For subclass eyes only
  11. @property (nonatomic, strong, readonly) UITextView *inputTextView;
  12. @end