00001 00009 #import <Foundation/Foundation.h> 00010 00011 00015 @protocol MixiOrientationDelegate 00016 00023 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation; 00024 00025 @end