File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,6 @@ declare module Mobile {
81
81
imageIdentifier ?: string ;
82
82
}
83
83
84
- interface IIOSWatchSimulatorDevice extends IDeviceInfo {
85
-
86
- }
87
-
88
84
interface IDeviceError extends Error , IDeviceIdentifier { }
89
85
90
86
interface IDeviceIdentifier {
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export class IOSSimulator extends IOSDeviceBase implements Mobile.IiOSDevice {
10
10
public applicationManager : Mobile . IDeviceApplicationManager ;
11
11
public fileSystem : Mobile . IDeviceFileSystem ;
12
12
public deviceInfo : Mobile . IDeviceInfo ;
13
- public watchSimulator : Mobile . IIOSWatchSimulatorDevice ;
14
13
15
14
constructor ( private simulator : Mobile . IiSimDevice ,
16
15
private $devicePlatformsConstants : Mobile . IDevicePlatformsConstants ,
You can’t perform that action at this time.
0 commit comments