How to rotate a quad

Hi, Can any body help me how to rotate a quad.or sphere?since it should rotate on OnMouseclick or Touch around 360 angle …There are some numbers where user will choose…How much MouseClick that much rotation…

You can use this:

void OnMouseDown () {
		transform.Rotate(10, 0, 0)
}

Also, see transform.Rotate