Commit d0556ed6 by Dima Bart

Make compiler happy with @synthesize.

parent a546e889
......@@ -30,6 +30,8 @@
@implementation BUYCollection
@synthesize stringDescription = _stringDescription;
- (void)updateStringDescription
{
// Force early cache of this value to prevent spooky behaviour
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment