Newer
Older
Import / applications / HighwayDash / ports / Platform / iOS / GameViewController.h
@John John on 29 Dec 2020 221 bytes bulk import from macbookpro checkouts
//  BlockyFroggy
//  Copyright © 2017 John Ryland.
//  All rights reserved.
#pragma once

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

@interface GameViewController : GLKViewController // <ADBannerViewDelegate>

@end