Commit d752461

mo khan <mo@mokhan.ca>
2013-05-10 02:15:19
change the first and last name in the change method.
1 parent 3e1d246
Changed files (2)
2013-05-07
People
People
People.xcodeproj
project.xcworkspace
xcuserdata
2013-05-07/People/People/Person.m
@@ -32,5 +32,7 @@
 
 -(void)change:(NSString *)first_name last_name:(NSString *)last age:(int)the_age
 {
+  [self setFirstName:first_name];
+  [self setLastName:last];
 }
 @end
2013-05-07/People/People.xcodeproj/project.xcworkspace/xcuserdata/mo.xcuserdatad/UserInterfaceState.xcuserstate
Binary file