class library: Spawner - don't access PriorityQueue-array
[supercollider.git] / editors / scapp / iPhone / PostViewController.mm
blobce8e3f725276bae473e043ef75e500a1a9e13bfb
1 //
2 //  PostViewController.m
3 //  isclang
4 //
5 //  Created by Axel Balley on 30/10/08.
6 //  Copyright 2008 __MyCompanyName__. All rights reserved.
7 //
9 #import "PostViewController.h"
11 @implementation PostViewController
13 - (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation
15         return YES;
18 @end