Commit 9af0cf84 by Brent Gulanowski

Remove obsolete ivar synthesis.

parent 4e1a542e
......@@ -28,8 +28,6 @@
@implementation BUYCustomer
@synthesize addresses=_addresses;
- (NSString *)fullName
{
if (self.firstName.length > 0 || self.lastName.length > 0) {
......
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