As lukenn said, you need to at least try next time but for now, in the .h declare a button and an action. Link the action to the button. Link the IBOutlet of the button to the button. In the .m put your action but this time instead of:
-(IBAction)Action;
do this
-(IBAction)Action {