2
This commit is contained in:
@@ -35,4 +35,8 @@
|
||||
return [NSString stringWithFormat:@"%.2f", priceValue];
|
||||
}
|
||||
|
||||
- (NSString *)priceNumberText {
|
||||
return [NSString stringWithFormat:@"%.2f", self.price];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user