宠物店修改
This commit is contained in:
+2
@@ -24,6 +24,7 @@
|
||||
[aCoder encodeObject:_zengyangPump forKey:@"zengyangPump"];
|
||||
[aCoder encodeObject:_zaolangPump forKey:@"zaolangPump"];
|
||||
[aCoder encodeObject:_xunhuanPump forKey:@"xunhuanPump"];
|
||||
[aCoder encodeObject:_type forKey:@"type"];
|
||||
|
||||
}
|
||||
|
||||
@@ -43,6 +44,7 @@
|
||||
self.zengyangPump = [aDecoder decodeObjectForKey:@"zengyangPump"];
|
||||
self.zaolangPump = [aDecoder decodeObjectForKey:@"zaolangPump"];
|
||||
self.xunhuanPump = [aDecoder decodeObjectForKey:@"xunhuanPump"];
|
||||
self.type = [aDecoder decodeObjectForKey:@"type"];
|
||||
}
|
||||
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user