// Copyright 2015-present 650 Industries. All rights reserved.
import Foundation
import UIKit
@objc
public protocol DevMenuUIResponderExtensionProtocol {
func EXDevMenu_handleKeyCommand(_ key: UIKeyCommand)
}