diff --git a/templates/machine.h.motemplate b/templates/machine.h.motemplate index 0b7a54cb..33a2529c 100644 --- a/templates/machine.h.motemplate +++ b/templates/machine.h.motemplate @@ -17,6 +17,7 @@ <$if Attribute.hasDefinedAttributeType$> @property (nonatomic, retain) <$Attribute.objectAttributeType$> *<$Attribute.name$>; <$if Attribute.hasScalarAttributeType$> +@property <$Attribute.scalarAttributeType$> <$Attribute.name$>Value; - (<$Attribute.scalarAttributeType$>)<$Attribute.name$>Value; - (void)set<$Attribute.name.initialCapitalString$>Value:(<$Attribute.scalarAttributeType$>)value_; <$endif$>