1 // Copyright 2018-present 650 Industries. All rights reserved.
2 
3 #import <UIKit/UIKit.h>
4 
5 @interface NSString (UIInterfaceOrientationMask)
6 
7 - (UIInterfaceOrientationMask)toUIInterfaceOrientationMask;
8 
9 @end
10