ssap_app/node_modules/expo-dev-menu-interface/ios/DevMenuUIResponderExtension...

11 lines
221 B
Swift

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