Lots of reworking. Completed support for game history, including Turn class. Changed Game API around quite a bit.
     5 //  Created by Jens Alfke on 3/7/08.
 
     6 //  Copyright __MyCompanyName__ 2008. All rights reserved.
 
     9 #import <UIKit/UIKit.h>
 
    13 @interface GGB_iPhoneAppDelegate : NSObject <UIAlertViewDelegate> {
 
    15     BoardUIView *_contentView;
 
    19 @property (nonatomic, retain) UIWindow *window;
 
    20 @property (nonatomic, retain) BoardUIView *contentView;
 
    21 @property (nonatomic, retain) UILabel *headline;
 
    23 - (void) startGameNamed: (NSString*)gameClassName;