<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,8 +4,7 @@
   int fido;
 }
 
-- (int)fido;
-- (void)setFido:(int)x;
+@property(readwrite, assign) int fido;
 - (IBAction)incrementFido:(id)sender;
 
 @end</diff>
      <filename>KVCFun/AppController.h</filename>
    </modified>
    <modified>
      <diff>@@ -10,15 +10,7 @@
   return self;
 }
 
-- (int)fido {
-  NSLog(@&quot;-fido is returning %d&quot;, fido);
-  return fido;
-}
-
-- (void)setFido:(int)x {
-  NSLog(@&quot;-setFido: is called with %d&quot;, x);
-  fido = x;
-}
+@synthesize fido;
 
 - (IBAction)incrementFido:(id)sender {
   [self setFido:[self fido] + 1];</diff>
      <filename>KVCFun/AppController.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b33b575996b8350c596565968933b861130d197</id>
    </parent>
  </parents>
  <author>
    <name>elliottcable</name>
    <email>git@elliottcable.name</email>
  </author>
  <url>http://github.com/elliottcable/cocoa_play/commit/6138beef2b47e8b432747deda8d52cdee84e5a4c</url>
  <id>6138beef2b47e8b432747deda8d52cdee84e5a4c</id>
  <committed-date>2008-12-28T21:59:04-08:00</committed-date>
  <authored-date>2008-12-28T21:59:04-08:00</authored-date>
  <message>Using Objective-C 2.0's @property and @synthesize features to replace all of the fido boilerplate</message>
  <tree>3f304162729c27624fedf0f334272ea380a95e04</tree>
  <committer>
    <name>elliottcable</name>
    <email>git@elliottcable.name</email>
  </committer>
</commit>
