Skip to content

Commit

Permalink
Removed references to ObjectiveC version of Game model object in View…
Browse files Browse the repository at this point in the history
… Controller.
  • Loading branch information
codehearted committed Jan 24, 2015
1 parent a20f69d commit fb7c330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XXO/XXO/GameViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

#import "GameBoardViewController.h"
#import "XXO-Swift.h"
#import "XXOGameObjC.h"
// #import "XXOGameObjC.h" // No longer used

@interface GameViewController : UIViewController <XXOGameDelegate>

@property (assign) BOOL showDebugInfo;
@property (assign) BOOL soundsEnabled;
@property (strong, nonatomic) IBOutlet UILabel *turnIndicator;
@property (strong, nonatomic) IBOutlet UIButton *resetButton;
@property (strong, nonatomic) XXOGameObjC *gameObjC;
// @property (strong, nonatomic) XXOGameObjC *gameObjC;
@property (strong, nonatomic) XXOGame *game;
@property (strong, nonatomic) GameBoardViewController *boardViewController;
@property (strong, nonatomic) AVAudioPlayer *audioPlayerObj;
Expand Down

0 comments on commit fb7c330

Please sign in to comment.