double-hit-balls/ios/doublehitballs/ViewController.mm
shakurov.airat 3f8caf2574 move to AS
2017-01-10 17:43:06 +05:00

20 lines
302 B
Plaintext
Executable File

#import "ViewController.h"
#import "ios_api.h"
@implementation ViewController
- (void) appInitCaller
{
CustomAppInit();
}
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
return UIInterfaceOrientationIsLandscape(interfaceOrientation);
}
@end