Im a newbie to Objective -C and having some issues with an assignment. The question is: Add a Method declaration called buttonClick that takes in a variable of type id called sender, and "returns" an IBAction event
I have no idea how to do this This is what I have so Far but getting errors
// method declaration called ButtonClick
@property (nonatomic,assign) id ButtonClick;
- (IBAction)return:(id)sender;
@end