1 // Copyright 2015-present 650 Industries. All rights reserved.
2 
3 #import <Foundation/Foundation.h>
4 
5 @interface EXKernelDevKeyCommands : NSObject
6 
7 + (instancetype)sharedInstance;
8 
9 /**
10  *  Whether to enable legacy gesture/button for the Expo menu.
11  */
12 @property (nonatomic, assign) BOOL isLegacyMenuBehaviorEnabled;
13 
14 @end
15