What is foo? -(float)foo;
-(float)foo;
A variable declaration of type float.
A property of type float.
This code contains an error.
A function with a return type of float.