// Copyright 2018-present 650 Industries. All rights reserved.

#import <UIKit/UIKit.h>

@interface NSString (UIInterfaceOrientationMask)

- (UIInterfaceOrientationMask)toUIInterfaceOrientationMask;

@end
