Newer
Older
Import / applications / HighwayDash / ports / Platform / iOS / GameViewController.h
@John Ryland John Ryland on 22 Dec 2020 272 bytes import NUC files
//
//  GameViewController.h
//  HighwayDash
//
//  Created by John Ryland on 8/02/2016.
//  Copyright © 2016 John Ryland. All rights reserved.
//

#import <GLKit/GLKit.h>
#import <iAd/iAd.h>

@interface GameViewController : GLKViewController <ADBannerViewDelegate>

@end