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