// // react-native-orientation-locker // Orientation.h // // Created by Wonday on 17/5/12. // Copyright (c) wonday.org All rights reserved. // #import #import #import #import @interface Orientation : RCTEventEmitter #if (!TARGET_OS_TV) + (void)setOrientation: (UIInterfaceOrientationMask)orientation; + (UIInterfaceOrientationMask)getOrientation; #endif @end