1 // Copyright 2015-present 650 Industries. All rights reserved.
2 
3 import Foundation
4 import UIKit
5 
6 @objc
7 public protocol DevMenuUIResponderExtensionProtocol {
8 
9   @objc
10   func EXDevMenu_handleKeyCommand(_ key: UIKeyCommand)
11 
12 }
13