@interface PSYTestInput : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) long long action; + (id)testInputWithAction:(long long)a0; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; @end