FLEXArgumentInputNotSupportedView.h 275 B

1234567891011121314
  1. //
  2. // FLEXArgumentInputNotSupportedView.h
  3. // Flipboard
  4. //
  5. // Created by Ryan Olson on 6/18/14.
  6. // Copyright (c) 2020 FLEX Team. All rights reserved.
  7. //
  8. #import "FLEXArgumentInputTextView.h"
  9. @interface FLEXArgumentInputNotSupportedView : FLEXArgumentInputTextView
  10. @end