FLEXArgumentInputViewFactory.h 315 B

123456789101112131415161718
  1. //
  2. // FLEXArgumentInputViewFactory.h
  3. // FLEXInjected
  4. //
  5. // Created by Ryan Olson on 6/15/14.
  6. //
  7. //
  8. #import <Foundation/Foundation.h>
  9. @class FLEXArgumentInputView;
  10. @interface FLEXArgumentInputViewFactory : NSObject
  11. + (FLEXArgumentInputView *)argumentInputViewForTypeEncoding:(const char *)typeEncoding;
  12. @end