error:- expected ';' at the end of the declaration list
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController
{
float number; error:- expected ';' at the end of the declaration list
float result;
int currentoperation;
__weak IBOutlet UILabel *label;
}
- (IBAction)canceloperation:(id)sender;
- (IBAction)cancelnumber:(id)sender;
- (IBAction)buttonoperation:(id)sender;
- (IBAction)buttonnumber:(id)sender;
@end
Исправьте этот код.ожидается ';' в конце списка декларации
Мы не "Пожалуйста, исправьте этот код" здесь. Мы ожидаем от вас немного усилий, вместо этого попробуйте задать вопрос. –
Вы пробовали поиск? Как насчет [Ошибка: ожидаемый; в конце списка объявлений - Класс не распознан как тип] (http://stackoverflow.com/questions/14365116/error-expected-at-end-of-declaration-list-class-not-recognized-as-type)? Или любой из «связанных» вопросов справа >> –
Возможный дубликат [ошибка: ожидаемый спецификатор-классификатор-список до ... в Objective C?] (Http://stackoverflow.com/questions/1246509/error- expected-specifier-qualifier-list-before-in-objective-c) – bbum