diff --git a/ConverterApp/ConverterViewController/ConverterModel.h b/ConverterApp/ConverterViewController/ConverterModel.h index 3e0086e..b53a95f 100644 --- a/ConverterApp/ConverterViewController/ConverterModel.h +++ b/ConverterApp/ConverterViewController/ConverterModel.h @@ -7,6 +7,7 @@ // #import +#import "MathBase.h" extern NSString *const kConverterModelDidUpdateNotification; @@ -26,4 +27,6 @@ extern NSString *const kConverterModelDidUpdateNotification; - (void)convertValue; +- (id)currentMathModel; + @end diff --git a/ConverterApp/ConverterViewController/ConverterViewController.xib b/ConverterApp/ConverterViewController/ConverterViewController.xib index 951284b..f26da3d 100644 --- a/ConverterApp/ConverterViewController/ConverterViewController.xib +++ b/ConverterApp/ConverterViewController/ConverterViewController.xib @@ -1,7 +1,7 @@ - + - + @@ -19,7 +19,6 @@ - @@ -28,7 +27,6 @@ - @@ -39,7 +37,6 @@