123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- #import <GameKit/GameKit.h>
- #import <UIKit/UIKit.h>
- @interface ViewController : UIViewController <GKGameCenterControllerDelegate> {
- };
- - (BOOL)shouldAutorotateToInterfaceOrientation:
- (UIInterfaceOrientation)p_orientation;
- - (void)didReceiveMemoryWarning;
- - (BOOL)prefersStatusBarHidden;
- @end
|