// Assembly: UnityEngine.UI
// Full name: UnityEngine.UI.Button

namespace UnityEngine.UI
{
public class Button // TypeDefIndex: 10614
{
	// Fields
	type#30353 m_OnClick;

	// Methods
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	public type#30352 get_onClick() { }
	// RVA: -1
	public type#28660 set_onClick(type#30352 value) { }
	// RVA: -1
	private type#28660 Press() { }
	// RVA: -1
	public virtual type#28660 OnPointerClick(type#24510 eventData) { }
	// RVA: -1
	public virtual type#28660 OnSubmit(type#15001 eventData) { }
	// RVA: -1
	private type#20073 OnFinishSubmit() { }
}
}
