Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions sig/lib/appium_lib_core/android/device/network.rbs

This file was deleted.

11 changes: 11 additions & 0 deletions sig/lib/appium_lib_core/android/uiautomator2/device.rbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module Appium
module Core
module Android
module Uiautomator2
module Device
def self.extended: (untyped _mod) -> void
end
end
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ module Appium
module Ios
module Device
module Clipboard
include _Bridge

def execute: (Symbol command, ?Hash[untyped, untyped], ?Hash[untyped, untyped]) -> untyped

def self.add_methods: () -> untyped

def self.touch_id: -> untyped
end
end
end
Expand Down
Loading