diff -r 6c78cc6bd7a6 -r 73f8c889f053 Source/Turn.h --- a/Source/Turn.h Thu Jul 03 17:44:30 2008 -0700 +++ b/Source/Turn.h Wed Jul 09 17:07:45 2008 -0700 @@ -39,14 +39,14 @@ @property (readonly) Game *game; @property (readonly) Player *player, *nextPlayer; -@property (readonly) Turn *previousTurn; +@property (readonly) Turn *previousTurn, *nextTurn; @property (readonly) unsigned turnNumber; @property (readonly) BOOL isLatestTurn; @property TurnStatus status; -@property (readonly,copy) NSString *move; -@property (readonly,copy) NSString *boardState; +@property (readonly,copy) NSString *move; // The player's move (nil for turn 0) +@property (readonly,copy) NSString *boardState; // State of the game AFTER the move @property (readonly,retain)NSDate *date; @property (copy) NSString *comment;